2017-05-24 20:07:43 +02:00
|
|
|
{
|
2018-04-18 23:19:03 +02:00
|
|
|
"name": "spee.ch",
|
2018-04-02 19:20:14 +02:00
|
|
|
"version": "0.1.1",
|
2018-03-31 21:23:18 +02:00
|
|
|
"description": "an npm package that exports a customizeable spee.ch server",
|
2018-03-08 22:56:47 +01:00
|
|
|
"main": "index.js",
|
2017-05-24 20:07:43 +02:00
|
|
|
"scripts": {
|
2017-12-15 16:24:29 +01:00
|
|
|
"test": "mocha --recursive",
|
2018-04-19 00:14:43 +02:00
|
|
|
"test:no-lbc": "npm test -- --grep @usesLbc --invert",
|
2017-06-17 22:51:30 +02:00
|
|
|
"lint": "eslint .",
|
|
|
|
"fix": "eslint . --fix",
|
2017-12-28 20:51:03 +01:00
|
|
|
"precommit": "eslint .",
|
2018-04-18 21:11:25 +02:00
|
|
|
"build": "babel server/render/src -d server/render/build",
|
|
|
|
"build:watch": "babel server/render/src -w -d server/render/build"
|
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",
|
2018-04-26 20:20:40 +02:00
|
|
|
"bcrypt": "^2.0.1",
|
2017-05-24 20:07:43 +02:00
|
|
|
"body-parser": "^1.17.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-15 20:09:21 +02:00
|
|
|
"helmet": "^3.8.1",
|
2017-06-15 20:15:13 +02:00
|
|
|
"mysql2": "^1.3.5",
|
2017-09-17 02:50:22 +02:00
|
|
|
"passport": "^0.4.0",
|
|
|
|
"passport-local": "^1.0.0",
|
2018-01-09 02:06:31 +01:00
|
|
|
"prop-types": "^15.6.0",
|
|
|
|
"react": "^16.2.0",
|
|
|
|
"react-dom": "^16.2.0",
|
2018-02-16 00:55:24 +01:00
|
|
|
"react-ga": "^2.4.1",
|
2018-02-23 03:05:00 +01:00
|
|
|
"react-helmet": "^5.2.0",
|
2018-01-09 02:06:31 +01:00
|
|
|
"react-redux": "^5.0.6",
|
2018-01-29 20:47:12 +01:00
|
|
|
"react-router-dom": "^4.2.2",
|
2018-01-09 02:06:31 +01:00
|
|
|
"redux": "^3.7.2",
|
2018-02-07 04:00:52 +01:00
|
|
|
"redux-saga": "^0.16.0",
|
2017-06-15 20:15:13 +02:00
|
|
|
"sequelize": "^4.1.0",
|
2018-04-26 20:20:40 +02:00
|
|
|
"spee.ch-components": "git://github.com/lbryio/spee.ch-components.git",
|
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",
|
2018-04-26 20:20:40 +02:00
|
|
|
"winston-slack-webhook": "billbitt/winston-slack-webhook"
|
2017-06-17 22:51:30 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-04-18 21:01:26 +02:00
|
|
|
"@babel/cli": "^7.0.0-beta.37",
|
|
|
|
"@babel/core": "^7.0.0-beta.37",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.42",
|
|
|
|
"@babel/preset-env": "^7.0.0-beta.37",
|
|
|
|
"@babel/preset-react": "^7.0.0-beta.37",
|
2017-12-15 16:24:29 +01:00
|
|
|
"chai": "^4.1.2",
|
|
|
|
"chai-http": "^3.0.0",
|
2018-02-22 02:02:57 +01:00
|
|
|
"eslint": "4.18.0",
|
|
|
|
"eslint-config-standard": "^10.2.1",
|
|
|
|
"eslint-config-standard-jsx": "^5.0.0",
|
|
|
|
"eslint-plugin-import": "^2.8.0",
|
|
|
|
"eslint-plugin-node": "^4.2.3",
|
|
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
|
|
"eslint-plugin-react": "^7.6.1",
|
|
|
|
"eslint-plugin-standard": "^3.0.1",
|
2017-12-09 02:50:47 +01:00
|
|
|
"husky": "^0.13.4",
|
2017-12-22 03:03:08 +01:00
|
|
|
"mocha": "^4.0.1",
|
2018-02-23 20:26:04 +01:00
|
|
|
"nodemon": "^1.15.1",
|
2018-01-09 02:06:31 +01:00
|
|
|
"redux-devtools": "^3.4.1",
|
2018-04-25 19:52:27 +02:00
|
|
|
"regenerator-transform": "^0.12.3",
|
|
|
|
"sequelize-cli": "^3.0.0-3"
|
2017-05-24 20:07:43 +02:00
|
|
|
}
|
|
|
|
}
|