spee.ch/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

{
"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",
"lint": "eslint .",
"fix": "eslint . --fix",
"precommit": "eslint ."
},
"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",
2017-06-12 23:56:40 +02:00
"config": "^1.26.1",
"express": "^4.15.2",
2017-06-10 01:46:57 +02:00
"express-handlebars": "^3.0.0",
"mysql2": "^1.3.5",
2017-05-25 07:50:02 +02:00
"nodemon": "^1.11.0",
"sequelize": "^4.1.0",
2017-06-01 04:48:09 +02:00
"socket.io": "^2.0.1",
2017-06-13 00:57:14 +02:00
"socketio-file-upload": "^0.6.0",
"universal-analytics": "^0.4.13",
"winston": "^2.3.1"
},
"devDependencies": {
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "6.10.3",
"eslint-plugin-standard": "3.0.1",
"husky": "^0.13.4"
}
}