-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.24 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "auction",
"version": "1.0.0",
"main": "./core/index",
"scripts": {
"start": "node index",
"test": "grunt validate --verbose"
},
"dependencies": {
"bluebird": "^2.10.2",
"express": "^4.13.3",
"jsonwebtoken": "^5.4.1",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"mongodb-migrate": "^1.2.2",
"mongoose": "^4.2.2",
"morgan": "^1.6.1",
"node-uuid": "^1.4.3",
"redis": "^2.3.0",
"socket.io": "^1.3.7",
"validate.js": "^0.9.0",
"winston": "^1.1.1"
},
"devDependencies": {
"bower": "^1.6.5",
"fakeredis": "^0.3.4",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-express-server": "^0.5.1",
"grunt-jscs": "^2.2.0",
"grunt-mocha-test": "^0.12.7",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.3",
"should": "^7.1.1",
"should-promised": "^0.3.1",
"sinon": "^1.17.2",
"socket.io-client": "^1.3.7"
}
}