-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.44 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.44 KB
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
49
50
51
52
53
54
55
56
{
"name": "sthack-interface-neo",
"description": "",
"author": "",
"version": "0.0.1",
"main": "server.js",
"private": true,
"repository": "",
"dependencies": {
"bluebird": "^3.2.1",
"body-parser": "^1.14.2",
"connect-redis": "^3.0.2",
"cookie": "^0.3.1",
"cookie-parser": "^1.3.4",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-device": "~0.4.2",
"express-session": "*",
"lodash": "^4.2.1",
"lodash.where": "^3.1.0",
"mongodb": "^2.1.6",
"morgan": "^1.5.1",
"net": "^1.0.2",
"redis": "^2.4.2",
"socket.io": "^1.4.5",
"socket.io-redis": "^4.0.0"
},
"devDependencies": {
"bower": "~1.8.0",
"connect-livereload": "~0.6.0",
"grunt": "~1.0.1",
"grunt-concurrent": "~2.3.1",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-less": "~1.4.1",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-stylus": "~1.2.0",
"grunt-contrib-uglify": "~2.2.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jasmine-node": "^0.3.1",
"grunt-nodemon": "~0.4.1",
"grunt-open": "~0.2.2",
"grunt-ssh": "^0.12.1",
"grunt-ssh-deploy": "^0.4.0",
"grunt-wait": "~0.1.0",
"matchdep": "~1.0.0",
"moment": "~2.17.1"
},
"engines": {
"node": ">=0.8.0"
}
}