27 lines
603 B
JSON
27 lines
603 B
JSON
{
|
|
"name": "atom-shell",
|
|
"version": "1.1.0",
|
|
"description": "Install atom-shell prebuilts using npm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mafintosh/atom-shell"
|
|
},
|
|
"scripts": {
|
|
"install": "./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"
|
|
}
|