2017-05-24 20:07:43 +02:00
|
|
|
{
|
2017-06-23 19:26:38 +02:00
|
|
|
"name": "spee.ch",
|
2017-05-24 20:07:43 +02:00
|
|
|
"version": "0.0.1",
|
2017-06-23 19:26:38 +02:00
|
|
|
"description": "a single-serving site that reads and publishes images to and from the LBRY blockchain",
|
2017-07-18 19:02:09 +02:00
|
|
|
"main": "speech.js",
|
2017-05-24 20:07:43 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2017-07-18 19:02:09 +02:00
|
|
|
"start": "node speech.js",
|
2017-06-17 22:51:30 +02:00
|
|
|
"lint": "eslint .",
|
|
|
|
"fix": "eslint . --fix",
|
|
|
|
"precommit": "eslint ."
|
2017-05-24 20:07:43 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-06-23 19:26:38 +02:00
|
|
|
"url": "git+https://github.com/lbryio/spee.ch.git"
|
2017-05-24 20:07:43 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"spee.ch",
|
|
|
|
"lbry",
|
|
|
|
"blockchain"
|
|
|
|
],
|
2017-06-23 19:26:38 +02:00
|
|
|
"author": "@billbitt @kauffj @filipnyquist",
|
2017-05-24 20:07:43 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-06-23 19:26:38 +02:00
|
|
|
"url": "https://github.com/lbryio/spee.ch/issues"
|
2017-05-24 20:07:43 +02:00
|
|
|
},
|
2017-06-23 19:26:38 +02:00
|
|
|
"homepage": "https://github.com/lbryio/spee.ch#readme",
|
2017-05-24 20:07:43 +02:00
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.16.1",
|
2017-10-30 01:10:37 +01:00
|
|
|
"bcrypt": "^1.0.3",
|
2017-05-24 20:07:43 +02:00
|
|
|
"body-parser": "^1.17.1",
|
2017-06-12 23:56:40 +02:00
|
|
|
"config": "^1.26.1",
|
2017-06-26 19:02:14 +02:00
|
|
|
"connect-multiparty": "^2.0.0",
|
2017-10-26 19:48:09 +02:00
|
|
|
"cookie-session": "^2.0.0-beta.3",
|
2017-05-24 20:07:43 +02:00
|
|
|
"express": "^4.15.2",
|
2017-06-10 01:46:57 +02:00
|
|
|
"express-handlebars": "^3.0.0",
|
2017-09-18 19:14:06 +02:00
|
|
|
"express-session": "^1.15.5",
|
2017-10-05 23:48:08 +02:00
|
|
|
"form-data": "^2.3.1",
|
2017-09-15 20:09:21 +02:00
|
|
|
"helmet": "^3.8.1",
|
2017-06-15 20:15:13 +02:00
|
|
|
"mysql2": "^1.3.5",
|
2017-05-25 07:50:02 +02:00
|
|
|
"nodemon": "^1.11.0",
|
2017-09-17 02:50:22 +02:00
|
|
|
"passport": "^0.4.0",
|
|
|
|
"passport-local": "^1.0.0",
|
2017-06-15 20:15:13 +02:00
|
|
|
"sequelize": "^4.1.0",
|
2017-09-19 21:54:23 +02:00
|
|
|
"sequelize-cli": "^3.0.0-3",
|
2017-08-16 03:24:15 +02:00
|
|
|
"sleep": "^5.1.1",
|
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",
|
2017-06-19 22:10:06 +02:00
|
|
|
"universal-analytics": "^0.4.13",
|
2017-09-14 00:41:52 +02:00
|
|
|
"winston": "^2.3.1",
|
2017-09-14 20:34:13 +02:00
|
|
|
"winston-slack-webhook": "billbitt/winston-slack-webhook"
|
2017-06-17 22:51:30 +02:00
|
|
|
},
|
|
|
|
"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"
|
2017-05-24 20:07:43 +02:00
|
|
|
}
|
|
|
|
}
|