-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
34 lines (34 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
{
"private": true,
"name": "word-counter-plus",
"repository": "Steven-Roberts/Word-Counter-Plus",
"license": "MIT",
"author": "Steven Roberts (https://steven-roberts.github.io/)",
"homepage": "https://github.com/Steven-Roberts/Word-Counter-Plus",
"bugs": {
"url": "https://github.com/Steven-Roberts/Word-Counter-Plus/issues"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"del": "^3.0.0",
"eslint-config-steven-roberts": "github:steven-roberts/eslint-config",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^7.0.0",
"gulp-chrome-manifest-iconify": "^1.0.3",
"gulp-environments": "^0.1.1",
"gulp-eslint": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.0.0",
"gulp-jsonminify": "^1.0.0",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0"
},
"scripts": {
"lint": "gulp lint",
"build": "gulp build",
"test": "gulp build --env production",
"watch": "gulp watch",
"release": "gulp release --env production"
}
}