-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.27 KB
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
43
44
{
"dependencies": {
"underscore": "^1.9.1",
"webextension-polyfill": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"babelify": "^10.0.0",
"del": "^3.0.0",
"eslint": "^5.6.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"gulp": "^4.0.0",
"gulp-bro": "^1.0.3",
"gulp-cli": "^2.0.1",
"gulp-eslint": "^5.0.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-rename": "1.4.*",
"gulp-sourcemaps": "^2.6.4",
"gulp-zip": "4.2.*"
},
"engines": {
"node": "8.x"
},
"scripts": {
"gulp": "node ./node_modules/gulp/bin/gulp.js",
"build": "node ./node_modules/gulp/bin/gulp.js build",
"dist": "node ./node_modules/gulp/bin/gulp.js dist",
"check": "node ./node_modules/gulp/bin/gulp.js check",
"clean": "node ./node_modules/gulp/bin/gulp.js clean",
"pack": "node ./node_modules/gulp/bin/gulp.js pack",
"watch": "node ./node_modules/gulp/bin/gulp.js watch"
},
"repository": {
"url": "https://github.com/DaAwesomeP/tab-counter"
},
"license": "Apache-2.0",
"private": true
}