-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 868 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
38
39
{
"name": "travel-p3",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "mocha --timeout 10000",
"postinstall": "bower cache clean && bower install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"bower": "^1.6.x",
"cities": "^1.1.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"jquery": "^3.1.1",
"jsdom": "^9.9.1",
"jwt-simple": "^0.4.1",
"moment": "^2.11.1",
"morgan": "^1.7.0",
"pg": "6.1.2",
"pg-hstore": "^2.3.2",
"pgtools": "^0.2.3",
"request": "^2.79.0",
"sequelize": "^3.29.0",
"sequelize-init": "0.0.3",
"yelp": "^1.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^2.5.3"
}
}