{ "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" }, "repository": { "type": "git", "url": "github.com/b0o/surfingkeys-conf" }, "keywords": [ "surfingkeys", "chrome-extension", "configuration" ], "author": "Maddison Hellstrom", "license": "MIT", "dependencies": {}, "devDependencies": { "cz-conventional-changelog": "^2.1.0", "del": "^3.0.0", "eslint": "^4.12.1", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.5.1", "gulp": "^3.9.1", "gulp-eslint": "^4.0.0", "gulp-parcel": "b0o/gulp-parcel#fix-g_options-undefined", "gulp-rename": "^1.2.2", "gulp-replace": "^0.6.1" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }