electron/npm/package.json
2014-10-20 13:40:19 +09:00

27 lines
609 B
JSON

{
"name": "atom-shell",
"version": "1.0.1",
"description": "Install atom-shell prebuilts using npm",
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/atom-shell"
},
"scripts": {
"install": "./install.js"
},
"bin": {
"atom-shell": "./darwin.sh"
},
"main": "install.js",
"dependencies": {
"extract-zip": "^1.0.3",
"nugget": "^1.1.2"
},
"devDependencies": {},
"author": "Mathias Buus",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/atom-shell/issues"
},
"homepage": "https://github.com/mafintosh/atom-shell"
}