package: add repository, license, author
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
e6a98caeea
commit
ac8adfa770
@ -6,8 +6,12 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "Sean Cross <sean@xobs.io>",
|
||||||
"license": "ISC",
|
"license": "BSD-3-Clause",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/xobs/reveal-serve.git"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^1.18.3",
|
"body-parser": "^1.18.3",
|
||||||
"commander": "^2.19.0",
|
"commander": "^2.19.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user