forked from b0o/surfingkeys-conf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"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",
"license": "MIT",
"dependencies": {
"github-reserved-names": "^1.1.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"del": "^5.1.0",
"eslint": "6.3.0",
"eslint-config-airbnb-base": "14.0.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": "b0o/gulp-parcel#fix-g_options-undefined",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"json5": "^2.1.0",
"node-fetch": "^2.6.0",
"platform-folders": "^0.4.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}