surfingkeys-conf/package.json

31 lines
705 B
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": {
"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": {
"del": "^3.0.0",
"gulp": "^3.9.1",
2017-09-17 23:25:38 +00:00
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
2017-09-17 23:25:38 +00:00
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1"
2017-08-28 03:24:24 +00:00
}
}