axo-electron-rebuild
Version:
Electron supporting package to rebuild native node modules against the currently installed electron
45 lines (44 loc) • 1.22 kB
JSON
{
"name": "axo-electron-rebuild",
"version": "1.0.2",
"description": "Electron supporting package to rebuild native node modules against the currently installed electron",
"main": "lib/main.js",
"scripts": {
"compile": "babel --stage 1 --optional runtime -d lib/ src/ && babel --stage 1 --optional runtime -d test-dist/ test/",
"prepublish": "npm run compile",
"test": "npm run compile && mocha test-dist/*"
},
"bin": {
"electron-rebuild": "lib/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/maxkorp/electron-rebuild"
},
"keywords": [
"electron"
],
"author": "Paul Betts <paul@paulbetts.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxkorp/electron-rebuild/issues"
},
"homepage": "https://github.com/maxkorp/electron-rebuild",
"dependencies": {
"babel-runtime": "^5.8.20",
"lodash": "^3.10.1",
"ncp": "^2.0.0",
"npm": "^2.14.1",
"nslog": "^3.0.0",
"promise": "^7.0.4",
"rimraf": "^2.4.3",
"yargs": "^3.23.0"
},
"devDependencies": {
"babel": "^5.8.23",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"electron-prebuilt": "^0.31.2",
"mocha": "^2.3.0"
}
}