]> git.gir.st - VimFx.git/blob - package.json
Ignore error thrown by dispatchDOMEvent
[VimFx.git] / package.json
1 {
2 "name": "VimFx",
3 "version": "0.23.1",
4 "firefoxVersions": {
5 "min": "68.0",
6 "max": "*"
7 },
8 "license": "MIT",
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": "^3.1.0",
16 "vim-like-key-notation": "^1.0.1"
17 },
18 "devDependencies": {
19 "addons-linter": "0.24.0",
20 "coffeescript": "^1.12.7",
21 "coffeelint": "^1.16.0",
22 "coffeelint-forbidden-keywords": "^0.1.1",
23 "gulp": "^4.0.0",
24 "gulp-coffee": "^2.3.4",
25 "gulp-coffeelint": "^0.6.0",
26 "gulp-git": "^2.4.2",
27 "gulp-header": "^1.8.9",
28 "gulp-mustache": "^3.0.0",
29 "gulp-preprocess": "^3.0.3",
30 "gulp-sloc": "flosse/gulp-sloc#sloc-v0.1.x",
31 "gulp-tap": "^1.0.1",
32 "gulp-zip": "^4.0.0",
33 "marked": "^0.7.0",
34 "merge2": "^1.1.0",
35 "request": "^2.81.0",
36 "require-precompute": "^0.2.0",
37 "rimraf": "^2.6.1"
38 }
39 }
Imprint / Impressum