43 lines
983 B
JSON
43 lines
983 B
JSON
{
|
|
"name": "goes-install",
|
|
"version": "0.3.4",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"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": {
|
|
"decompress": "^4.1.0",
|
|
"mkdirp": "^0.5.1"
|
|
}
|
|
}
|