forked from akhodakivskiy/VimFx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "VimFx",
"version": "0.17.3",
"firefoxVersions": {
"min": "45.0",
"max": "*"
},
"license": "GPL-3.0+",
"private": true,
"scripts": {
"gulp": "gulp",
"addons-linter": "npm run gulp -- xpi && addons-linter -o text build/VimFx.xpi"
},
"dependencies": {
"n-ary-huffman": "^2.1.1",
"vim-like-key-notation": "^1.0.0"
},
"devDependencies": {
"addons-linter": "^0.12.1",
"coffee-script": "jashkenas/coffeescript#87216ea5b64804aac584966b60063ddc77c69f2b",
"coffeelint": "^1.15.7",
"coffeelint-forbidden-keywords": "^0.1.1",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2",
"gulp-coffeelint": "^0.6.0",
"gulp-git": "^1.7.2",
"gulp-header": "^1.8.7",
"gulp-mustache": "^2.2.0",
"gulp-preprocess": "^2.0.0",
"gulp-sloc": "flosse/gulp-sloc#sloc-v0.1.x",
"gulp-tap": "^0.1.3",
"gulp-zip": "^3.2.0",
"marked": "^0.3.5",
"merge2": "^1.0.2",
"request": "^2.72.0",
"require-precompute": "^0.2.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.2.1"
}
}