-
Notifications
You must be signed in to change notification settings - Fork 191
/
package.json
39 lines (39 loc) · 934 Bytes
/
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
{
"name": "ShadowReader",
"version": "0.0.2",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/server/server.js"
},
"author": "Paul Bakaus",
"license": "Apache-2.0",
"dependencies": {
"connect-history-api-fallback": "*",
"del": "*",
"express": "^4.16.2",
"express-sslify": "^1.2.0",
"gulp": "github:gulpjs/gulp",
"gulp-autoprefixer": "*",
"gulp-concat": "*",
"gulp-insert": "*",
"gulp-live-server": "0.0.31",
"gulp-noop": "*",
"gulp-plumber": "*",
"gulp-rename": "^1.2.2",
"gulp-replace": "*",
"gulp-sass": "*",
"gulp-sourcemaps": "*",
"gulp-uglify": "*",
"helmet": "^3.12.1",
"memory-cache": "^0.2.0",
"request": "^2.81.0",
"uglify-es": "*",
"workbox-build": "^3.2.0",
"xml2json": "^0.11.2"
},
"engines": {
"node": "6.16.0"
}
}