-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 957 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": "speedRuler",
"version": "1.0.0",
"description": "A chrome extension for measuring the web performance.",
"main": "popup.js",
"scripts": {
"build": "rm -rf dist/ && gulp && rm -rf node_modules/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KKKyrie/speedRuler.git"
},
"keywords": [
"chrome",
"plugin",
"speed",
"performance",
"web"
],
"author": "kyrieliu",
"license": "MIT",
"bugs": {
"url": "https://github.com/KKKyrie/speedRuler/issues"
},
"homepage": "https://github.com/KKKyrie/speedRuler#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^2.0.0-beta.2",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-uglifyjs": "^0.6.2"
}
}