-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.66 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "ServerManager",
"version": "0.0.0",
"description": "A panel to view analytics and perform admin actions",
"main": "app.js",
"private": true,
"author": {
"name": "The Maestros (Ryan Choi)",
"email": "[email protected]"
},
"dependencies": {
"@types/async": "2.0.40",
"@types/amqplib": "*",
"@types/body-parser": "1.16.3",
"@types/errorhandler": "0.0.30",
"@types/express": "4.0.35",
"@types/form-data": "0.0.33",
"@types/jquery": "2.0.43",
"@types/method-override": "0.0.29",
"@types/mime": "0.0.29",
"@types/mocha": "2.2.41",
"@types/morgan": "1.7.32",
"@types/mongoose": "4.7.12",
"@types/nconf": "0.0.34",
"@types/nock": "8.2.1",
"@types/node": "^6.0.73",
"@types/q": "1.0.0",
"@types/redis": "0.12.36",
"@types/request": "0.0.43",
"@types/serve-favicon": "2.2.28",
"@types/serve-static": "1.7.31",
"@types/should": "8.3.0",
"@types/sinon": "2.2.1",
"@types/smoothie": "1.25.29",
"@types/stylus": "0.48.27",
"@types/underscore": "1.8.0",
"async": "2.4.0",
"amqplib": "0.5.1",
"body-parser": "1.17.1",
"errorhandler": "1.5.0",
"express": "4.15.2",
"express-basic-auth": "1.0.2",
"jade": "1.11.0",
"method-override": "2.3.8",
"mongoose": "4.9.9",
"morgan": "1.8.1",
"nconf": "0.8.4",
"q": "1.5.0",
"redis": "2.7.1",
"request": "2.81.0",
"serve-favicon": "2.4.2",
"serve-static": "1.12.2",
"stylus": "0.54.5",
"underscore": "1.8.3",
"winston": "2.3.1",
"winston-graylog2": "0.6.0"
},
"devDependencies": {
"mocha": "3.1.2",
"should": "11.2.1",
"sinon": "2.2.0"
}
}