2016-09-25 03:42:23 +00:00
|
|
|
{
|
|
|
|
"name": "goes-install",
|
2017-04-28 16:37:44 +00:00
|
|
|
"version": "0.3.1",
|
2016-09-25 03:42:23 +00:00
|
|
|
"description": "Install GoES for your platform using npm",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"postinstall": "node ./lib/index.js",
|
|
|
|
"build": "babel src -d lib",
|
|
|
|
"prepublish": "npm run build",
|
|
|
|
"start": "npm run build && npm run postinstall"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nicdex/npm-goes.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"goes",
|
|
|
|
"install",
|
|
|
|
"npm"
|
|
|
|
],
|
|
|
|
"author": "Nicolas Dextraze <nicdex@yahoo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/nicdex/goes-install/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/nicdex/goes-install#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.14.0",
|
|
|
|
"babel-preset-es2015": "^6.14.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"mkdirp": "^0.5.1",
|
|
|
|
"unzip": "^0.1.11"
|
|
|
|
}
|
|
|
|
}
|