66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"name": "spee.ch",
|
|
"version": "0.0.1",
|
|
"description": "a single-serving site that reads and publishes images to and from the LBRY blockchain",
|
|
"main": "speech.js",
|
|
"scripts": {
|
|
"test": "mocha --recursive",
|
|
"test-all": "mocha --recursive",
|
|
"start": "node speech.js",
|
|
"lint": "eslint .",
|
|
"fix": "eslint . --fix",
|
|
"precommit": "eslint ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lbryio/spee.ch.git"
|
|
},
|
|
"keywords": [
|
|
"spee.ch",
|
|
"lbry",
|
|
"blockchain"
|
|
],
|
|
"author": "@billbitt @kauffj @filipnyquist",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/lbryio/spee.ch/issues"
|
|
},
|
|
"homepage": "https://github.com/lbryio/spee.ch#readme",
|
|
"dependencies": {
|
|
"axios": "^0.16.1",
|
|
"bcrypt": "^1.0.3",
|
|
"body-parser": "^1.17.1",
|
|
"config": "^1.26.1",
|
|
"connect-multiparty": "^2.0.0",
|
|
"cookie-session": "^2.0.0-beta.3",
|
|
"express": "^4.15.2",
|
|
"express-handlebars": "^3.0.0",
|
|
"form-data": "^2.3.1",
|
|
"helmet": "^3.8.1",
|
|
"mysql2": "^1.3.5",
|
|
"nodemon": "^1.11.0",
|
|
"passport": "^0.4.0",
|
|
"passport-local": "^1.0.0",
|
|
"request": "^2.83.0",
|
|
"request-promise": "^4.2.2",
|
|
"sequelize": "^4.1.0",
|
|
"sequelize-cli": "^3.0.0-3",
|
|
"sleep": "^5.1.1",
|
|
"universal-analytics": "^0.4.13",
|
|
"winston": "^2.3.1",
|
|
"winston-slack-webhook": "billbitt/winston-slack-webhook"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"chai-http": "^3.0.0",
|
|
"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",
|
|
"mocha": "^4.0.1"
|
|
}
|
|
}
|