]> git.gir.st - VimFx.git/blob - package.json
Use a SPDX-compliant license identifier
[VimFx.git] / package.json
1 {
2 "name": "VimFx",
3 "version": "0.5.17",
4 "firefoxVersions": {
5 "min": "38.0",
6 "max": "40.*"
7 },
8 "license": "GPL-3.0+",
9 "private": true,
10 "scripts": {
11 "gulp": "gulp"
12 },
13 "dependencies": {
14 "n-ary-huffman": "^2.1.1",
15 "vim-like-key-notation": "^0.1.4"
16 },
17 "devDependencies": {
18 "coffee-script": "~1.9.2",
19 "coffeelint": "clutchski/coffeelint",
20 "coffeelint-forbidden-keywords": "^0.1.1",
21 "coffeelint-newline-at-eof": "^0.4.1",
22 "escape-string-regexp": "^1.0.3",
23 "gulp": "^3.8.11",
24 "gulp-coffee": "^2.3.1",
25 "gulp-coffeelint": "^0.5.0",
26 "gulp-git": "^1.2.3",
27 "gulp-header": "^1.2.2",
28 "gulp-mustache": "^1.0.2",
29 "gulp-zip": "^3.0.2",
30 "merge2": "^0.3.5",
31 "request": "^2.55.0",
32 "require-precompute": "^0.2.0",
33 "rimraf": "^2.3.3",
34 "run-sequence": "^1.1.0"
35 }
36 }
Imprint / Impressum