forked from firewalla/firewalla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.9 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
64
65
66
67
68
69
70
{
"name": "bignose",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "NODE_ENV=test mocha --exit",
"coverage": "NODE_ENV=test nyc mocha --exit"
},
"devDependencies": {
"chai": "^3.5.0",
"node-pty": "^0.9.0",
"nyc": "^15.1.0",
"muk": "^0.5.3"
},
"dependencies": {
"async": "^2.1.1",
"bee-queue": "^1.2.2",
"bluebird": "^3.5.5",
"body-parser": "1.9.x",
"botbuilder": "^0.6.1",
"camel-case": "^3.0.0",
"child-process-promise": "*",
"commander": "^2.9.0",
"cookie-parser": "~1.4.3",
"cron": "https://registry.npmjs.org/cron/-/cron-1.1.0.tgz",
"cron-parser": "^2.4.4",
"debug": "~2.2.0",
"express": "^4.14.0",
"flat": "^4.0.0",
"heapdump": "^0.3.14",
"i18n": "^0.8.3",
"ip": "^1.1.2",
"ip-address": "^6.2.0",
"jsbn": "^0.1.0",
"jsonfile": "^2.4.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.15",
"lru-cache": "^4.0.1",
"minimatch": "3.0.4",
"minimist": "*",
"mkdirp": "^0.5.1",
"moment": "^2.15.0",
"moment-timezone": "^0.3.0",
"morgan": "^1.9.1",
"mustache": "^3.2.1",
"mustache-express": "^1.2.5",
"network": "git+https://[email protected]/melvinto/network.git",
"node-df": "^0.1.4",
"node-forge": "^0.7.1",
"node-persist": "0.0.8",
"node-ssdp": "^4.0.0",
"passport": "*",
"psl": "^1.1.27",
"qrcode-terminal": "^0.10.0",
"redis": "^2.6.0-2",
"redis-timeseries": "git+https://[email protected]/melvinto/node-redis-timeseries.git",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"requestretry": "^4.0.2",
"socket.io-client": "^2.2.0",
"stats-lite": "https://registry.npmjs.org/stats-lite/-/stats-lite-2.0.3.tgz",
"swagger-node-express": "^2.1.3",
"underscore": "^1.8.3",
"uuid": "^2.0.1",
"validator": "^9.4.1",
"winston": "2.4.0",
"xml2js": "^0.4.19"
}
}