Adding upstream version 0.4.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
956119c6fd
commit
5988d8b9b6
47 changed files with 8483 additions and 0 deletions
44
package.json
Normal file
44
package.json
Normal file
|
@ -0,0 +1,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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue