]> git.gir.st - VimFx.git/blob - package.json
VimFx v0.27.1
[VimFx.git] / package.json
1 {
2 "name": "VimFx",
3 "version": "0.27.1",
4 "firefoxVersions": {
5 "min": "115.0",
6 "max": "*"
7 },
8 "homepage": "https://github.com/akhodakivskiy/VimFx",
9 "license": "MIT",
10 "private": true,
11 "scripts": {
12 "gulp": "gulp",
13 "addons-linter": "npm run gulp -- xpi && addons-linter -o text build/VimFx.xpi"
14 },
15 "dependencies": {
16 "n-ary-huffman": "^3.1.0",
17 "vim-like-key-notation": "^1.0.1"
18 },
19 "devDependencies": {
20 "addons-linter": "0.24.0",
21 "coffeescript": "^1.12.7",
22 "coffeelint": "^1.16.0",
23 "coffeelint-forbidden-keywords": "^0.1.1",
24 "gulp": "^4.0.0",
25 "gulp-coffee": "^2.3.4",
26 "gulp-coffeelint": "^0.6.0",
27 "gulp-git": "^2.4.2",
28 "gulp-header": "^1.8.9",
29 "gulp-mustache": "^3.0.0",
30 "gulp-preprocess": "^3.0.3",
31 "gulp-sloc": "flosse/gulp-sloc#sloc-v0.1.x",
32 "gulp-tap": "^1.0.1",
33 "gulp-zip": "^4.0.0",
34 "marked": "^0.7.0",
35 "merge2": "^1.1.0",
36 "request": "^2.81.0",
37 "require-precompute": "^0.2.0",
38 "rimraf": "^2.6.1"
39 }
40 }
Imprint / Impressum