alexzherdev/foosballtracker

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "foosballtracker",
  "version": "1.0.0",
  "description": "Foosball score board",
  "main": "index.js",
  "repository": "alexzherdev/foosballtracker",
  "scripts": {
    "start": "./start.sh",
    "test": "NODE_ENV=test ./tests.sh",
    "test-api": "NODE_ENV=test babel-node src/api/spec/support/run.js",
    "test-api:cov": "NODE_ENV=test babel-node ./node_modules/isparta/lib/cli cover src/api/spec/support/run.js --dir ./coverage/api/ -x secrets.js",
    "postinstall": "./node_modules/.bin/babel -d ./build/api ./src/api -s && gulp build"
  },
  "author": "Alex Zherdev",
  "license": "MIT",
  "dependencies": {
    "babel-core": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-runtime": "^6.26.0",
    "bluebird": "^3.3.5",
    "body-parser": "^1.15.0",
    "bookshelf": "^0.9.5",
    "bootstrap": "^3.3.6",
    "classnames": "^2.2.5",
    "compression": "^1.6.2",
    "cors": "^2.7.1",
    "express": "^4.13.4",
    "flux": "^2.1.1",
    "http-auth": "^2.3.6",
    "jquery": "^2.2.3",
    "keymirror": "^0.1.1",
    "knex": "^0.11.3",
    "lodash": "^4.11.2",
    "moment": "^2.13.0",
    "mysql": "^2.10.2",
    "numeral": "^1.5.3",
    "prop-types": "^15.6.0",
    "react": "16.2.0",
    "react-dom": "16.2.0",
    "react-redux": "^5.0.6",
    "react-router": "^3.2.0",
    "redux": "^3.7.2",
    "redux-thunk": "^2.2.0",
    "superagent": "^1.8.3",
    "toastr": "^2.1.2"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^6.0.3",
    "babel-loader": "^7.0.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0",
    "codeclimate-test-reporter": "^0.3.1",
    "core-js": "^2.2.2",
    "debug": "^2.2.0",
    "eslint-plugin-jasmine": "^1.8.1",
    "eslint-plugin-react": "^5.1.1",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-clean-css": "^2.0.8",
    "gulp-concat": "^2.6.0",
    "gulp-eslint": "^2.0.0",
    "gulp-html-replace": "^1.5.5",
    "gulp-if": "^2.0.1",
    "gulp-sass": "^3.1.0",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.5.3",
    "gulp-util": "^3.0.7",
    "isparta": "^4.0.0",
    "isparta-loader": "^2.0.0",
    "istanbul": "^0.4.3",
    "istanbul-instrumenter-loader": "^0.2.0",
    "jasmine": "^2.4.1",
    "jasmine-core": "^2.4.1",
    "json-loader": "^0.5.4",
    "karma": "^0.13.22",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-browserify": "^5.0.3",
    "karma-chrome-launcher": "^0.2.3",
    "karma-coverage": "^0.5.5",
    "karma-firefox-launcher": "^0.1.7",
    "karma-jasmine": "^0.3.8",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.0",
    "knex-cleaner": "^1.1.3",
    "merge-stream": "^1.0.0",
    "nodemon": "^1.9.2",
    "require-dir": "^0.3.2",
    "sinon": "^1.17.3",
    "supertest": "^1.2.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.7.0",
    "webpack": "^3.4.1",
    "yargs": "^4.7.1"
  }
}