This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.82 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
{
"name": "humblehelper",
"version": "1.0.0",
"description": "A platform to get help in coding",
"private": true,
"engines": {
"node": "^6.9.0"
},
"scripts": {
"start": "node server/server.js",
"start:cluster": "sl-run server/server.js",
"debug": "node --debug server/server.js",
"test": "nyc mocha",
"build": "npm run build:idt",
"idt:build": "node idt.js build",
"idt:test": "node idt.js test",
"idt:debug": "node idt.js debug",
"idt:run": "node idt.js run",
"idt:deploy": "node idt.js deploy",
"idt:install": "node idt.js install"
},
"dependencies": {
"bluemix-appid": "^1.1.2",
"body-parser": "^1.18.2",
"cloudant": "^1.10.0",
"compression": "^1.7.1",
"connect-cloudant-store": "^0.1.1",
"connect-redis": "^3.3.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-logging": "^1.1.1",
"express-session": "^1.15.6",
"helmet": "^3.9.0",
"ibm-cloud-env": "^0",
"log4js": "^2.4.1",
"passport": "^0.4.0",
"serve-favicon": "^2.4.5",
"socket.io": "^2.0.4",
"sticky-session": "^1.1.2",
"strong-supervisor": "^6.2.0"
},
"devDependencies": {
"autoprefixer": "^7.2.3",
"chai": "^4.0.0",
"chalk": "^2.3.0",
"css-mqpacker": "^6.0.1",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-deporder": "^1.1.0",
"gulp-html-replace": "^1.6.2",
"gulp-htmlclean": "^2.7.16",
"gulp-imagemin": "^4.0.0",
"gulp-newer": "^1.3.0",
"gulp-postcss": "^7.0.0",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^3.0.0",
"mocha": "^4.0.1",
"nyc": "^11.4.0",
"postcss-assets": "^5.0.0",
"prompt-confirm": "^1.2.0",
"proxyquire": "^1.8.0",
"request": "^2.82.0",
"uglify-es": "^3.2.2"
}
}