2014-10-20 04:17:38 +00:00
|
|
|
{
|
|
|
|
"name": "atom-shell",
|
2014-10-20 05:40:49 +00:00
|
|
|
"version": "1.1.3",
|
2014-10-20 04:17:38 +00:00
|
|
|
"description": "Install atom-shell prebuilts using npm",
|
2014-10-20 04:26:56 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mafintosh/atom-shell"
|
|
|
|
},
|
2014-10-20 04:17:38 +00:00
|
|
|
"scripts": {
|
2014-10-20 05:16:38 +00:00
|
|
|
"install": "node install.js"
|
2014-10-20 04:17:38 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
2014-10-20 04:56:49 +00:00
|
|
|
"atom-shell": "run.bat"
|
2014-10-20 04:17:38 +00:00
|
|
|
},
|
2014-10-20 04:56:49 +00:00
|
|
|
"main": "index.js",
|
2014-10-20 04:17:38 +00:00
|
|
|
"dependencies": {
|
|
|
|
"extract-zip": "^1.0.3",
|
|
|
|
"nugget": "^1.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"author": "Mathias Buus",
|
2014-10-20 04:26:56 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mafintosh/atom-shell/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/mafintosh/atom-shell"
|
2014-10-20 04:17:38 +00:00
|
|
|
}
|