-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 938 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
40
41
{
"name": "uCtrl-Server",
"description": "uCtrl external server",
"version": "0.0.0",
"author": "uCtrl",
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"dependencies": {
"body-parser": "^1.8.3",
"compression": "^1.1.0",
"cookie-parser": "^1.3.3",
"errorhandler": "^1.2.0",
"express": "^4.9.4",
"express-session": "^1.8.2",
"lodash": "^2.4.1",
"method-override": "^2.2.0",
"mongoose": "3.8.16",
"morgan": "^1.3.1",
"multer": "^0.1.4",
"pusher": "^1.0.1",
"pusher-client": "^0.2.2",
"q": "~1.0.1",
"request": "~2.44.0",
"serve-favicon": "^2.1.4",
"request": "^2.44.0",
"q": "~1.0.1",
"node-uuid": "^1.4.1",
"ws": "^0.4.32",
"async": "^0.9.0"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.1.0",
"gulp-nodemon": "^1.0.4",
"should": "^4.0.4",
"mocha": "^1.21.4"
}
}