-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
45 lines (45 loc) · 1019 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
{
"name": "chrome-tailor",
"version": "0.0.5",
"description": "Creates Firefox extensions from Google Chrome extensions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"chrome-tailor": "./bin/chrome-tailor"
},
"homepage": "https://github.com/jetpack-labs/chrome-tailor",
"repository": {
"type": "git",
"url": "git://github.com/jetpack-labs/chrome-tailor.git"
},
"bugs": {
"url": "http://github.com/jetpack-labs/chrome-tailor/issues"
},
"keywords": [
"firefox",
"chrome",
"google",
"mozilla",
"extensions",
"add-ons"
],
"author": "Erik Vold",
"license": "MPL 2",
"dependencies": {
"bluebird": "2.9.24",
"chrome-tailor-jetpack": "0.0.2",
"commander": "2.6.0",
"dive": "0.4.0",
"fs-extra": "0.16.4",
"jetpack-id": "0.0.4",
"jpm": "1.0.0",
"lodash": "3.3.1",
"mkdirp": "0.5.0",
"tmp": "0.0.25"
},
"devDependencies": {
"mocha": "2.2.1"
}
}