forked from prebuild/prebuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.91 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "prebuild",
"version": "7.6.1",
"description": "A command line tool for easily making prebuilt binaries for multiple versions of node, electron or node-webkit on a specific platform",
"scripts": {
"test": "verify-travis-appveyor && tape test && npm run lint",
"lint": "standard"
},
"keywords": [
"prebuilt",
"binaries",
"native",
"addon",
"module",
"c",
"c++",
"bindings",
"devops",
"electron",
"node-webkit"
],
"dependencies": {
"async": "^2.1.4",
"cmake-js": "^3.6.2",
"detect-libc": "^1.0.3",
"execspawn": "^1.0.1",
"ghreleases": "^2.0.0",
"github-from-package": "0.0.0",
"minimist": "^1.1.2",
"mkdirp": "^0.5.1",
"node-abi": "^2.2.0",
"node-gyp": "^3.0.3",
"node-ninja": "^1.0.1",
"noop-logger": "^0.1.0",
"npm-which": "^3.0.1",
"npmlog": "^4.0.1",
"nw-gyp": "^3.6.3",
"osenv": "^0.1.4",
"rc": "^1.0.3",
"tar-stream": "^1.2.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"a-native-module": "^1.0.0",
"rimraf": "^2.4.2",
"standard": "^10.0.3",
"tape": "^4.0.1",
"verify-travis-appveyor": "^2.0.1"
},
"bin": {
"prebuild": "./bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/prebuild/prebuild.git"
},
"author": "Mathias Buus (@mafintosh)",
"contributors": [
"Julian Gruber <[email protected]> (https://github.com/juliangruber)",
"Brett Lawson <[email protected]> (https://github.com/brett19)",
"Pieter Hintjens <[email protected]> (https://github.com/hintjens)",
"Lars-Magnus Skog <[email protected]> (https://github.com/ralphtheninja)",
"Lukas Geiger <[email protected]> (https://github.com/lgeiger)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/prebuild/prebuild/issues"
},
"homepage": "https://github.com/prebuild/prebuild",
"engines": {
"node": ">=4"
}
}