-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 920 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "takemehometonight",
"version": "0.0.1",
"description": "RPI Ride Sharing Service",
"main": "index.html",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"angular": "^1.5.0",
"angular-cookies": "^1.5.5",
"angular-route": "^1.5.0",
"angular-ui-bootstrap": "^1.3.2",
"body-parser": "^1.15.0",
"cas-authentication": "0.0.8",
"connect-mongodb-session": "^1.1.1",
"cookie": "^0.2.3",
"cookie-parser": "^1.4.1",
"express": "4.13.3",
"express-session": "^1.13.0",
"mongodb": "^2.1.17",
"ng-autocomplete": "^1.0.0",
"path": "^0.12.7",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.6",
"sweetalert": "^1.1.3"
},
"engines": {
"node": "5.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/David-Sparky/TakeMeHomeTonight"
},
"author": "takemehometonight team",
"license": "RPI"
}