-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 1.68 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
{
"name": "kern.js",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "node ./node_modules/.bin/forever --minUptime 1000 --spinSleepTime 1000 -w ./bin/www",
"production": "node ./node_modules/.bin/forever --minUptime 1000 --spinSleepTime 1000 ./bin/www",
"test": "node_modules/.bin/mocha"
},
"dependencies": {
"ace-builds": "^1.4.12",
"ascii-captcha": "0.0.3",
"async": "^0.9.0",
"bcrypt-nodejs": "0.0.x",
"bootstrap": "~3.4.1",
"busboy": "^0.2.14",
"chart.js": "^2.7.3",
"cheerio": "^1.0.0-rc.2",
"clusterhub": "0.2.x",
"colors": "^0.6.2",
"cookie-parser": "~1.3.2",
"dir-to-json": "0.0.3",
"express": "^4.16.4",
"express-error-handler": "^0.5.4",
"express-ws": "^1.0.0-rc.1",
"font-awesome": "^4.7.0",
"forever": "^2.0.0",
"gm": "^1.23.1",
"idb": "^2.1.3",
"jade": "1.9.x",
"jq-console-altgr": "~2.14.0",
"jqplot": "~1.0.9",
"jquery": "~1.12.1",
"jquery-ui": "~1.12.1",
"jszip": "^2.5.0",
"less": "3.8.x",
"marked": "^4.0.10",
"md5": "^2.0.0",
"mkdirp": "^0.5.0",
"mocha": "5.x.x",
"moment": "^2.27.0",
"morgan": "1.9.x",
"multer": "^1.4.1",
"mysql": "^2.18.1",
"nodemailer": "^1.3.0",
"nodemailer-smtp-transport": "^0.1.13",
"qr-image": "^3.1.0",
"qs": "^6.11.2",
"redis": "^2.8.0",
"request": "^2.88.2",
"rmrf": "^1.0.2",
"should": "4.0.x",
"ssh-keygen": "^0.2.1",
"stream-to-array": "^2.0.2",
"tar.gz": "^1.0.1",
"tmp": "0.0.24",
"underscore": "~1.8.*",
"useragent": "^2.1.3",
"ws": "^4.1.0",
"xlsx": "^0.8.0"
},
"optionalDependencies": {
"node-windows": "^0.1.14"
}
}