]> git.gir.st - VimFx.git/blob - package.json
Merge branch 'develop' of github.com:akhodakivskiy/VimFx into develop
[VimFx.git] / package.json
1 {
2 "name": "VimFx",
3 "version": "0.5.17",
4 "firefoxVersions": {
5 "min": "29.0",
6 "max": "36.*"
7 },
8 "license": "GPLv3",
9 "private": true,
10 "scripts": {},
11 "dependencies": {
12 "n-ary-huffman": "^1.0.0",
13 "vim-like-key-notation": "~0.1.1"
14 },
15 "devDependencies": {
16 "coffee-script": "~1.8.0",
17 "coffeelint-forbidden-keywords": "0.0.4",
18 "coffeelint-newline-at-eof": "^0.4.1",
19 "gulp": "^3.8.10",
20 "gulp-coffee": "^2.2.0",
21 "gulp-coffeelint": "^0.4.0",
22 "gulp-git": "^0.5.5",
23 "gulp-header": "^1.2.2",
24 "gulp-merge": "^0.1.0",
25 "gulp-mustache": "^1.0.0",
26 "gulp-zip": "^2.0.2",
27 "request": "^2.49.0",
28 "require-precompute": "~0.2.0",
29 "rimraf": "^2.2.8",
30 "run-sequence": "^1.0.2"
31 }
32 }
Imprint / Impressum