electron/npm/package.json

31 lines
661 B
JSON
Raw Normal View History

2014-10-20 04:17:38 +00:00
{
"name": "atom-shell",
2015-04-12 08:36:42 +00:00
"version": "0.23.0",
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:56:57 +00:00
"install": "node install.js",
"test": "tape test/*.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",
2014-10-21 05:41:57 +00:00
"nugget": "^1.2.0"
2014-10-20 04:17:38 +00:00
},
2014-10-20 05:56:57 +00:00
"devDependencies": {
"tape": "^3.0.1"
},
2014-10-20 04:17:38 +00:00
"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
}