add missing fields
This commit is contained in:
parent
576add15cf
commit
7e2ce00b21
1 changed files with 9 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue