forked from firewalla/firewalla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.package.json
88 lines (88 loc) · 2.38 KB
/
template.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "bignose",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-istanbul": "^0.6.1",
"grunt-mocha": "^0.4.13",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.5",
"chai": "^3.5.0"
},
"dependencies": {
"async": "^2.0.0-rc.5",
"bl": "1.2.0",
"bleno": "https://registry.npmjs.org/bleno/-/bleno-0.4.0.tgz",
"bluebird": "^3.5.0",
"body-parser": "1.9.x",
"bonjour": "^3.2.2",
"botbuilder": "^0.6.1",
"character-parser": "^3.0.0",
"chokidar": "^1.4.3",
"commander": "^2.9.0",
"cookie-parser": "~1.3.5",
"cron": "https://registry.npmjs.org/cron/-/cron-1.1.0.tgz",
"debug": "~2.2.0",
"express": "^4.14.0",
"external-ip": "^0.2.4",
"flag": "^2.0.1",
"flat": "^2.0.1",
"forever-monitor": "^1.7.0",
"geoip-country-only": "^1.1.8",
"graceful-fs": "^4.0.0",
"heapdump": "^0.3.9",
"i18n": "^0.8.3",
"ip": "^1.1.2",
"jade": "~1.11.0",
"jsonfile": "^2.4.0",
"jsonwebtoken": "^5.4.0",
"later": "^1.2.0",
"libnmap": "^0.2.29",
"lodash": "^4.17.2",
"minimatch": "3.0.2",
"minimist": "*",
"mkdirp": "^0.5.1",
"mobile-detect": "https://registry.npmjs.org/mobile-detect/-/mobile-detect-1.3.3.tgz",
"morgan": "~1.6.1",
"ms": "^2.0.0",
"nan": "^2.6.2",
"nat-pmp": "^1.0.0",
"nat-upnp": "^1.0.2",
"netroute": "^1.0.2",
"network": "git+https://[email protected]/melvinto/network.git",
"node-persist": "0.0.8",
"node-static": "^0.7.7",
"os-utils": "0.0.14",
"passport": "*",
"passport-http-bearer": "^1.0.1",
"pkginfo": "^0.4.0",
"pty.js": "0.3.1",
"public-ip": "^1.2.0",
"qrcode-terminal": "^0.10.0",
"random-seed": "0.3.0",
"react": "^15.6.1",
"react-redux": "^5.0.5",
"redis": "^2.6.0-2",
"redux": "^3.7.0",
"request": "^2.81.0",
"serve-favicon": "~2.3.0",
"socket.io-client": "^2.0.3",
"stats-lite": "https://registry.npmjs.org/stats-lite/-/stats-lite-2.0.3.tgz",
"striptags": "^2.1.1",
"swagger-node-express": "~2.0",
"underscore": "^1.8.3",
"unix-dgram": "^0.2.3",
"ursa": "^0.9.1",
"usage": "^0.7.1",
"useragent": "^2.1.9",
"uuid": "^2.0.1",
"vorpal": "^1.7.7",
"winston": "^1.1.2"
}
}