forked from abarreir/crx2ff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "crx2ff",
"version": "0.6.4",
"description": "Check the compatibility of a Chrome extension with the Firefox WebExtensions API.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/abarreir/crx2ff.git"
},
"preferGlobal": true,
"bin": {
"crx2ff": "cli.js"
},
"scripts": {
"test": "tap test/*.js"
},
"dependencies": {
"async": "^1.4.2",
"chalk": "^1.1.1",
"esprima": "^2.5.0",
"estraverse": "^4.1.0",
"fs-extra": "^0.26.2",
"glob": "^5.0.14",
"jszip": "^2.5.0",
"minimist": "^1.2.0",
"minimatch": "2 || 3",
"request": "^2.67.0",
"tmp": "0.0.28"
},
"keywords": [
"browser",
"extension",
"webextensions",
"support",
"chrome",
"firefox",
"crx",
"wex"
],
"author": {
"name": "Alexandre Barreira",
"email": "abarreir@gmail.com"
},
"license": "MIT",
"devDependencies": {
"tap": "^2.3.3"
}
}