-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "sockets",
"description": "",
"author": "",
"version": "0.0.1",
"main": "server.js",
"private": true,
"repository": "",
"dependencies": {
"express": "~3.4.6",
"socket.io": "~0.9.16",
"ejs": "~0.8.5",
"express-device": "~0.3.7",
"mongodb": "~1.3.23",
"markdown": "~0.5.0",
"marked": "~0.3.1",
"moment": "~2.5.1",
"mongoose": "~3.8.6",
"guid": "0.0.12",
"lodash": "~2.4.1",
"promise": "~3.2.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"bower": "~0.9.2",
"grunt-concurrent": "~0.4.2",
"grunt-nodemon": "~0.1.2",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-less": "~0.8.2",
"grunt-contrib-sass": "~0.6.0",
"grunt-contrib-stylus": "~0.11.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-open": "~0.2.2",
"grunt-wait": "~0.1.0",
"matchdep": "~0.1.2",
"connect-livereload": "~0.1.3",
"moment": "~2.0.0"
},
"engines": {
"node": "0.10.x"
}
}