-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 990 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 990 Bytes
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
{
"name": "awwwards-analysis",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"postinstall": "gulp build",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "8.1.3"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"del": "^3.0.0",
"eslint": "^4.4.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-postcss": "^7.0.0",
"gulp-rev": "^8.0.0",
"gulp-run": "^1.7.1",
"gulp-uglify": "^3.0.0",
"gulp-usemin": "^0.3.28",
"natives": "^1.1.6"
},
"dependencies": {
"async-retry": "^1.1.3",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.2",
"compression": "^1.7.1",
"express": "^4.16.0",
"helmet": "^3.8.2",
"mkdirp-promise": "^5.0.1"
}
}