goes-install/package.json

37 lines
910 B
JSON

{
"name": "goes-install",
"version": "0.3.1",
"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"
}
}