prebuild
Version:
A command line tool for easily doing prebuilds for multiple version of node/iojs on a specific platform
68 lines (67 loc) • 1.75 kB
JSON
{
"name": "prebuild",
"version": "4.3.0",
"description": "A command line tool for easily doing prebuilds for multiple version of node/iojs on a specific platform",
"scripts": {
"test": "tape test && npm run audit && npm run lint",
"audit": "nsp check",
"lint": "standard"
},
"keywords": [
"prebuilt",
"binaries",
"native",
"addon",
"module",
"c",
"c++",
"bindings",
"devops"
],
"dependencies": {
"async": "^1.4.0",
"execspawn": "^1.0.1",
"expand-template": "^1.0.0",
"ghreleases": "^1.0.2",
"github-from-package": "0.0.0",
"minimist": "^1.1.2",
"mkdirp": "^0.5.1",
"node-gyp": "^3.0.3",
"node-ninja": "^1.0.1",
"noop-logger": "^0.1.0",
"npmlog": "^2.0.0",
"os-homedir": "^1.0.1",
"pump": "^1.0.0",
"rc": "^1.0.3",
"simple-get": "^1.4.2",
"tar-fs": "^1.7.0",
"tar-stream": "^1.2.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"a-native-module": "^1.0.0",
"nsp": "^2.2.0",
"rimraf": "^2.4.2",
"standard": "^7.0.0",
"tape": "^4.0.1"
},
"bin": {
"prebuild": "./bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/prebuild.git"
},
"author": "Mathias Buus (@mafintosh)",
"contributors": [
"Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)",
"Brett Lawson <brett19@gmail.com> (https://github.com/brett19)",
"Pieter Hintjens <ph@imatix.com> (https://github.com/hintjens)",
"Lars-Magnus Skog <ralphtheninja@riseup.net> (https://github.com/ralphtheninja)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/prebuild/issues"
},
"homepage": "https://github.com/mafintosh/prebuild"
}