-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
{
"name": "saron",
"description": "Smart Web Monitor",
"version": "0.0.13",
"homepage": "https://github.com/icaliman/saron",
"main": "server.js",
"author": {
"name": "John Caliman"
},
"repository": {
"type": "git",
"url": "git://github.com/icaliman/saron.git"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"browserchannel": "~1.2.0",
"coffee-script": "~1.7.1",
"coffeeify": "~0.6.0",
"connect-redis": "~1.4.7",
"d-before-unload": "~0.1.0",
"d-bootstrap": "~0.1.0",
"d-connection-alert": "~0.1.0",
"derby": "~0.6",
"derby-login": "~0.1.1",
"derby-stylus": "~0.1.0",
"express": "~3.4.8",
"livedb-mongo": "~0.3.0",
"primus.io": "~3.1.0",
"prompt": "^0.2.13",
"racer-browserchannel": "~0.2.0",
"racer-bundle": "~0.1.1",
"redis": "~0.10.1",
"saron-alert-mailer": "*",
"saron-logs": "0.0.1",
"saron-monitor": "*",
"saron-monitor-alerts": "*",
"saron-terminal": "*",
"saron-utils": "*"
},
"optionalDependencies": {},
"devDependencies": {},
"engines": {
"node": "0.10.x"
}
}