goes-install/package.json

43 lines
983 B
JSON
Raw Permalink Normal View History

2016-09-25 03:42:23 +00:00
{
"name": "goes-install",
2017-04-28 19:45:59 +00:00
"version": "0.3.4",
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"
},
2017-04-28 19:45:59 +00:00
"files": [
"lib"
],
"directories": {
"lib": "lib"
},
2016-09-25 03:42:23 +00:00
"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": {
2017-04-28 19:45:59 +00:00
"decompress": "^4.1.0",
"mkdirp": "^0.5.1"
2016-09-25 03:42:23 +00:00
}
}