surfingkeys-conf/package.json

45 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2017-08-28 03:24:24 +00:00
{
"name": "surfingkeys-conf",
2021-02-04 02:58:58 +00:00
"version": "1.1.0",
2017-08-28 03:24:24 +00:00
"description": "A custom SurfingKeys configuration which adds some nice features.",
"main": "conf.js",
"scripts": {
2019-03-07 22:13:49 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp $@"
2017-08-28 03:24:24 +00:00
},
"repository": {
"type": "git",
"url": "github.com/b0o/surfingkeys-conf"
},
"keywords": [
"surfingkeys",
"chrome-extension",
"configuration"
],
"author": "Maddison Hellstrom (https://github.com/b0o)",
"contributors": [],
2017-08-28 03:24:24 +00:00
"license": "MIT",
2018-11-09 01:46:22 +00:00
"dependencies": {
2020-12-30 10:45:19 +00:00
"github-reserved-names": "^2.0.4"
2018-11-09 01:46:22 +00:00
},
2018-08-09 21:39:07 +00:00
"devDependencies": {
2020-12-30 10:45:19 +00:00
"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",
2019-05-30 06:57:29 +00:00
"gulp": "^4.0.2",
2019-09-11 11:46:33 +00:00
"gulp-eslint": "^6.0.0",
2019-03-10 03:28:48 +00:00
"gulp-file": "^0.4.0",
2019-09-11 11:46:33 +00:00
"gulp-if": "^3.0.0",
2020-12-30 10:45:19 +00:00
"gulp-notify": "^3.2.0",
2020-04-26 07:01:57 +00:00
"gulp-rename": "^2.0.0",
2019-03-10 03:28:48 +00:00
"gulp-replace": "^1.0.0",
2020-12-30 10:45:19 +00:00
"node-fetch": "^2.6.1",
"platform-folders": "^0.5.2",
"plugin-error": "^1.0.1",
"webpack": "^5.11.1",
"webpack-stream": "^6.1.1"
2017-08-28 03:24:24 +00:00
}
}