electron/npm/package.json
Mathias Buus f23cdf8d18 1.1.3
2014-10-20 14:40:49 +09:00

27 lines
606 B
JSON

{
"name": "atom-shell",
"version": "1.1.3",
"description": "Install atom-shell prebuilts using npm",
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/atom-shell"
},
"scripts": {
"install": "node install.js"
},
"bin": {
"atom-shell": "run.bat"
},
"main": "index.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"
}