1
0
Fork 0
tab-counter/package.json
Daniel Baumann 5988d8b9b6
Adding upstream version 0.4.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-31 14:47:36 +02:00

44 lines
1.3 KiB
JSON

{
"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
}