-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
34 lines (34 loc) · 835 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
{
"name": "web-performance-report",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangweianger/web-performance-report.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wangweianger/web-performance-report/issues"
},
"homepage": "https://github.com/wangweianger/web-performance-report#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-connect": "^5.5.0",
"gulp-rename": "^1.2.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"gulp-babel": "^7.0.1",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8"
}
}