package: add repository, license, author

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-01-12 15:40:07 +08:00
parent e6a98caeea
commit ac8adfa770
1 changed files with 6 additions and 2 deletions

View File

@ -6,8 +6,12 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"author": "Sean Cross <sean@xobs.io>",
"license": "BSD-3-Clause",
"repository": {
"type" : "git",
"url" : "https://github.com/xobs/reveal-serve.git"
},
"dependencies": {
"body-parser": "^1.18.3",
"commander": "^2.19.0",