forked from ZeusCrew/ZeusCrew
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 770 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 770 Bytes
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
{
"name": "roadtrippin",
"version": "1.0.0",
"description": "Find the best routes and attractions",
"main": "server/server.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ZeusCrew/ZeusCrew.git"
},
"author": "Zeus Crew",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZeusCrew/ZeusCrew/issues"
},
"homepage": "https://github.com/ZeusCrew/ZeusCrew#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"crypto": "0.0.3",
"express": "^4.13.4",
"express-session": "^1.13.0",
"grunt": "^1.0.1",
"jwt-simple": "^0.5.0",
"mongoose": "^4.4.11",
"morgan": "^1.7.0",
"q": "^1.4.1",
"request": "^2.71.0",
"yelp": "^1.0.1"
}
}