forked from stimulant/ampm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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": "ampm",
"description": "Application Management + Performance Monitoring",
"version": "1.7.10",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stimulant/ampm.git"
},
"preferGlobal": true,
"bin": {
"ampm": "start.js"
},
"dependencies": {
"async": "^1.5.2",
"backbone": "^1.2.3",
"comment-json": "^1.1.3",
"connect": "^3.4.0",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"later": "^1.2.0",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"node-fs": "^0.1.7",
"node-osc": "^2.0.3",
"open": "0.0.5",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport.socketio": "^3.6.1",
"request": "^2.67.0",
"request-progress": "^0.4.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"superspawn": "^0.1.0",
"underscore.string": "^3.2.2",
"universal-analytics": "^0.4.13",
"winston": "^2.1.1",
"winston-daily-rotate-file": "^1.0.1",
"winston-loggly": "^1.2.0",
"winston-mail": "^1.0.1",
"xregexp": "^3.0.0"
}
}