electron/npm/package.json

28 lines
606 B
JSON
Raw Normal View History

2014-10-20 04:17:38 +00:00
{
"name": "atom-shell",
2014-10-20 05:04:37 +00:00
"version": "1.1.1",
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
}