forked from cmda-minor-web/project-2-1819
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 807 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
{
"name": "project-2-1819",
"version": "1.0.0",
"description": "volkswagen",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server",
"minify": "gulp min-js & gulp min-css",
"images": "gulp images"
},
"author": "marcel fleuren",
"license": "ISC",
"dependencies": {
"brotli": "^1.3.2",
"ejs": "^2.6.1",
"express": "^4.16.4",
"fontfaceobserver": "^2.1.0",
"nodemon": "^1.18.10"
},
"devDependencies": {
"compression": "^1.7.4",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-pipeline": "^4.0.43",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"memory-cache": "^0.2.0",
"pipeline": "^0.1.3"
}
}