-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 975 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
{
"name": "teempla-comet",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/Teempla/comet.git"
},
"dependencies": {
"lodash": "3.6.0",
"amqp": "0.2.4",
"q": "1.2.0",
"winston": "0.9.0",
"redis": "0.12.1",
"express": "4.12.3",
"primus": "3.0.2",
"ws": "0.7.1",
"requirejs": "2.1.17",
"mongoose": "4.0.1",
"moment": "2.9.0",
"engine.io": "1.5.1",
"node-logentries": "0.1.4",
"cookie-parser": "1.3.4",
"body-parser": "1.12.2"
},
"devDependencies": {
"grunt": "0.4.1",
"load-grunt-tasks": "3.1.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"matchdep": "0.3.0",
"tar": "0.1.18",
"grunt-text-replace": "~0.3.12"
},
"engines": {
"node": ">=0.12.1"
}
}