forked from mozilla/qbrt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 KB
/
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
{
"name": "qbrt",
"version": "0.2.5",
"description": "a Mozilla runtime",
"author": "Myk Melez <myk@mykzilla.org>",
"license": "Apache-2.0",
"repository": "mozilla/qbrt",
"homepage": "https://github.com/mozilla/qbrt",
"engines": {
"node": ">=5.10.0"
},
"bin": "./bin/cli.js",
"scripts": {
"postinstall": "node ./bin/postinstall.js",
"start": "node ./bin/cli.js",
"test": "eslint --ext .js,.jsm . && tap test/*.js --cov --timeout=600"
},
"dependencies": {
"archiver": "^3.0.0",
"chalk": "^2.0.1",
"cli": "^1.0.1",
"command-line-args": "^5.0.2",
"command-line-commands": "^2.0.0",
"command-line-usage": "^5.0.0",
"decompress": "^4.0.0",
"extract-zip": "^1.6.5",
"fs-extra": "^7.0.0",
"klaw": "^2.0.0",
"normalize-package-data": "^2.3.8",
"pify": "^4.0.0",
"promise.prototype.finally": "^3.0.0",
"read-pkg-up": "^4.0.0",
"semver": "^5.3.0",
"simple-plist": "^0.3.0"
},
"devDependencies": {
"eslint": "^5.0.1",
"file-url": "^2.0.2",
"tap": "^12.0.1"
}
}