surfingkeys-conf/package.json

45 lines
1.1 KiB
JSON

{
"name": "surfingkeys-conf",
"version": "1.0.0",
"description": "A custom SurfingKeys configuration which adds some nice features.",
"main": "conf.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp $@"
},
"repository": {
"type": "git",
"url": "github.com/b0o/surfingkeys-conf"
},
"keywords": [
"surfingkeys",
"chrome-extension",
"configuration"
],
"author": "Maddison Hellstrom (https://github.com/b0o)",
"contributors": [],
"license": "MIT",
"dependencies": {
"github-reserved-names": "^2.0.4"
},
"devDependencies": {
"del": "^6.0.0",
"eslint": "7.16.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "^2.22.1",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-file": "^0.4.0",
"gulp-if": "^3.0.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"node-fetch": "^2.6.1",
"platform-folders": "^0.5.2",
"plugin-error": "^1.0.1",
"webpack": "^5.11.1",
"webpack-stream": "^6.1.1"
}
}