-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "upgrade-manager",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jingwang/upgradeManager.git"
},
"description": "Software Upgrade Manager",
"devDependencies": {
"autoprefixer": "^7.2.3",
"clean-webpack-plugin": "^0.1.17",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"mocha": "^2.5.3",
"path": "^0.12.7",
"webpack": "^3.10.0",
"webpack-md5-hash": "0.0.6"
},
"dependencies": {
"body-parser": "^1.15.1",
"bytebuffer": "^5.0.1",
"chokidar": "^1.5.1",
"connect-roles": "^3.1.2",
"cookie-parser": "^1.4.3",
"crc-32": "^0.4.0",
"ejs": "^2.4.2",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-session": "^1.13.0",
"method-override": "^2.3.6",
"mongoose": "^4.4.19",
"morgan": "^1.7.0",
"mosca": ">=2.8.2",
"mqtt": "^1.10.0",
"multer": "^1.1.0",
"node-uuid": "^1.4.7",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.6",
"underscore": "^1.8.3",
"winston": "^2.2.0"
},
"scripts": {
"init-app": "node scripts/initApp.js",
"sample-companies": "node scripts/sampleCompanies.js",
"start": "node app.js",
"start-nossl": "node app.js nossl"
}
}