surfingkeys-conf/package.json

46 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",
"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-03-07 22:13:49 +00:00
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"cz-conventional-changelog": "^2.1.0",
2019-03-07 22:13:49 +00:00
"del": "^4.0.0",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"gulp": "^4.0.0",
"gulp-eslint": "^5.0.0",
2018-08-09 21:39:07 +00:00
"gulp-parcel": "b0o/gulp-parcel#fix-g_options-undefined",
"gulp-rename": "^1.2.2",
2019-03-07 22:13:49 +00:00
"gulp-replace": "^1.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
2017-08-28 03:24:24 +00:00
}
}