-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 942 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 942 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
32
33
34
35
36
37
38
39
40
{
"name": "web",
"version": "0.0.0",
"scripts": {
"start": "nodemon ./bin/www",
"postinstall": "bower install",
"test": "grunt test",
"lint": "jscs ./"
},
"pre-commit": "lint",
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "~1.13.2",
"bower": "^1.6.5",
"chai": "^3.4.0",
"cheerio": "^0.19.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"jscs": "^2.1.1",
"jshint-stylish": "^0.2.0",
"jwt-simple": "^0.3.1",
"moment": "^2.10.6",
"morgan": "~1.6.1",
"mysql": "^2.9.0",
"natural": "^0.2.1",
"nodemon": "^1.7.3",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"pre-commit": "^1.1.1",
"request": "^2.65.0",
"satellizer": "^0.12.5",
"sequelize": "^3.12.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.3.7",
"supertest": "^1.1.0"
}
}