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", "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", "main": "server.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
@ -12,19 +12,19 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/billbitt/spee.ch-backend.git" "url": "git+https://github.com/lbryio/spee.ch.git"
}, },
"keywords": [ "keywords": [
"spee.ch", "spee.ch",
"lbry", "lbry",
"blockchain" "blockchain"
], ],
"author": "@billbitt @vxn", "author": "@billbitt @kauffj @filipnyquist",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "dependencies": {
"axios": "^0.16.1", "axios": "^0.16.1",
"body-parser": "^1.17.1", "body-parser": "^1.17.1",