{ "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": "^1.1.5" }, "devDependencies": { "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "del": "^5.1.0", "eslint": "6.8.0", "eslint-config-airbnb-base": "14.1.0", "eslint-plugin-import": "^2.18.2", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", "gulp-file": "^0.4.0", "gulp-if": "^3.0.0", "gulp-parcel": "^0.3.6", "gulp-rename": "^2.0.0", "gulp-replace": "^1.0.0", "json5": "^2.1.1", "node-fetch": "^2.6.0", "platform-folders": "^0.5.1" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }