-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "decouverto-reader",
"version": "0.0.0",
"description": "A reader website to disable download rights to the general public.",
"devDependencies": {
"browser-sync": "^2.24.6",
"browserify": "^13.3.0",
"gulp": "^3.9.1",
"gulp-htmlmin": "^5.0.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cli": "^2.0.1",
"gulp-csso": "^3.0.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"gulplog": "^1.0.0",
"through": "^2.3.8",
"rimraf": "^2.6.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"resolutions": {
"graceful-fs": "^4.2.10"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"build": "gulp",
"start": "gulp serve"
},
"author": {
"name": "Cédric JUNG",
"email": "[email protected]",
"url": "https://github.com/cedced19"
},
"license": "MIT",
"engines" : {
"node" : ">=10.0.0 <13.0.0"
}
}