surfingkeys-conf/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2017-08-28 03:24:24 +00:00
{
"name": "surfingkeys-conf",
"version": "1.0.0",
"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": {
2019-03-07 22:13:49 +00:00
"github-reserved-names": "^1.1.5"
2018-11-09 01:46:22 +00:00
},
2018-08-09 21:39:07 +00:00
"devDependencies": {
2019-09-11 11:53:07 +00:00
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
2019-09-11 11:46:33 +00:00
"del": "^5.1.0",
2020-04-26 07:01:57 +00:00
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
2019-09-11 11:46:33 +00:00
"eslint-plugin-import": "^2.18.2",
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",
2019-11-10 13:13:11 +00:00
"gulp-parcel": "^0.3.6",
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",
2019-11-10 09:16:38 +00:00
"json5": "^2.1.1",
"node-fetch": "^2.6.0",
2020-04-26 07:01:57 +00:00
"platform-folders": "^0.5.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
2017-08-28 03:24:24 +00:00
}
}