Front end validation #39

Merged
bones7242 merged 5 commits from front-end-validation into master 2017-06-23 20:00:07 +02:00
Showing only changes of commit 6bf5b69800 - Show all commits

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",