add missing fields

This commit is contained in:
Mathias Buus 2014-10-20 13:26:56 +09:00
parent 576add15cf
commit 7e2ce00b21

View file

@ -2,6 +2,10 @@
"name": "atom-shell",
"version": "1.0.0",
"description": "Install atom-shell prebuilts using npm",
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/atom-shell"
},
"scripts": {
"install": "./install.js"
},
@ -15,5 +19,9 @@
},
"devDependencies": {},
"author": "Mathias Buus",
"license": "MIT"
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/atom-shell/issues"
},
"homepage": "https://github.com/mafintosh/atom-shell"
}