updated package.json
This commit is contained in:
parent
b48e04f4ac
commit
6bf5b69800
1 changed files with 6 additions and 6 deletions
12
package.json
12
package.json
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue