-
Notifications
You must be signed in to change notification settings - Fork 174
/
package.json
40 lines (40 loc) · 1 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.27.2",
"firefoxVersions": {
"min": "115.0",
"max": "*"
},
"homepage": "https://github.com/akhodakivskiy/VimFx",
"license": "MIT",
"private": true,
"scripts": {
"gulp": "gulp",
"addons-linter": "npm run gulp -- xpi && addons-linter -o text build/VimFx.xpi"
},
"dependencies": {
"n-ary-huffman": "^3.1.0",
"vim-like-key-notation": "^1.0.1"
},
"devDependencies": {
"addons-linter": "0.24.0",
"coffeescript": "^1.12.7",
"coffeelint": "^1.16.0",
"coffeelint-forbidden-keywords": "^0.1.1",
"gulp": "^4.0.0",
"gulp-coffee": "^2.3.4",
"gulp-coffeelint": "^0.6.0",
"gulp-git": "^2.4.2",
"gulp-header": "^1.8.9",
"gulp-mustache": "^3.0.0",
"gulp-preprocess": "^3.0.3",
"gulp-sloc": "flosse/gulp-sloc#sloc-v0.1.x",
"gulp-tap": "^1.0.1",
"gulp-zip": "^4.0.0",
"marked": "^0.7.0",
"merge2": "^1.1.0",
"request": "^2.81.0",
"require-precompute": "^0.2.0",
"rimraf": "^2.6.1"
}
}