spee.ch/package.json
2017-06-12 14:56:40 -07:00

36 lines
856 B
JSON

{
"name": "spee.ch-backend",
"version": "0.0.1",
"description": "a back end for spee.ch",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/billbitt/spee.ch-backend.git"
},
"keywords": [
"spee.ch",
"lbry",
"blockchain"
],
"author": "@billbitt @vxn",
"license": "MIT",
"bugs": {
"url": "https://github.com/billbitt/spee.ch-backend/issues"
},
"homepage": "https://github.com/billbitt/spee.ch-backend#readme",
"dependencies": {
"axios": "^0.16.1",
"body-parser": "^1.17.1",
"config": "^1.26.1",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"nodemon": "^1.11.0",
"socket.io": "^2.0.1",
"socketio-file-upload": "^0.6.0"
}
}