updated package.json

This commit is contained in:
bill bittner 2017-06-23 10:26:38 -07:00
parent b48e04f4ac
commit 6bf5b69800

View file

@ -1,7 +1,7 @@
{
"name": "spee.ch-backend",
"name": "spee.ch",
"version": "0.0.1",
"description": "a back end for spee.ch",
"description": "a single-serving site that reads and publishes images to and from the LBRY blockchain",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@ -12,19 +12,19 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/billbitt/spee.ch-backend.git"
"url": "git+https://github.com/lbryio/spee.ch.git"
},
"keywords": [
"spee.ch",
"lbry",
"blockchain"
],
"author": "@billbitt @vxn",
"author": "@billbitt @kauffj @filipnyquist",
"license": "MIT",
"bugs": {
"url": "https://github.com/billbitt/spee.ch-backend/issues"
"url": "https://github.com/lbryio/spee.ch/issues"
},
"homepage": "https://github.com/billbitt/spee.ch-backend#readme",
"homepage": "https://github.com/lbryio/spee.ch#readme",
"dependencies": {
"axios": "^0.16.1",
"body-parser": "^1.17.1",