]> git.gir.st - VimFx.git/blob - package.json
VimFx v0.13.2
[VimFx.git] / package.json
1 {
2 "name": "VimFx",
3 "version": "0.13.2",
4 "firefoxVersions": {
5 "min": "45.0",
6 "max": "*"
7 },
8 "license": "GPL-3.0+",
9 "private": true,
10 "scripts": {
11 "gulp": "gulp",
12 "addons-linter": "npm run gulp -- xpi && addons-linter -o text build/VimFx.xpi"
13 },
14 "dependencies": {
15 "n-ary-huffman": "^2.1.1",
16 "vim-like-key-notation": "^1.0.0"
17 },
18 "devDependencies": {
19 "addons-linter": "0.0.15",
20 "coffee-script": "jashkenas/coffeescript",
21 "coffeelint": "^1.15.0",
22 "coffeelint-forbidden-keywords": "^0.1.1",
23 "gulp": "^3.9.1",
24 "gulp-coffee": "^2.3.2",
25 "gulp-coffeelint": "^0.6.0",
26 "gulp-git": "^1.7.0",
27 "gulp-header": "^1.7.1",
28 "gulp-mustache": "^2.2.0",
29 "gulp-preprocess": "^2.0.0",
30 "gulp-sloc": "flosse/gulp-sloc#sloc-v0.1.x",
31 "gulp-tap": "^0.1.3",
32 "gulp-zip": "^3.2.0",
33 "marked": "^0.3.5",
34 "merge2": "^1.0.1",
35 "request": "^2.69.0",
36 "require-precompute": "^0.2.0",
37 "rimraf": "^2.5.2",
38 "run-sequence": "^1.1.5"
39 }
40 }
Imprint / Impressum