hexlet-volunteers/interviews

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "interviews",
  "version": "0.0.0",
  "description": "",
  "scripts": {
    "lint": "eslint app.js tests routes helpers",
    "flow:start": "flow start",
    "flow:stop": "flow stop",
    "pretest": "flow check",
    "test": "DEBUG=interview:* mocha --compilers js:babel-register tests/",
    "posttest": "npm run lint",
    "start": "DEBUG=interview:* node bin/www.js",
    "dev": "DEBUG=interview:* nodemon bin/www.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hexlet-volunteers/interviews.git"
  },
  "keywords": [
    "hexlet",
    "interviews"
  ],
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/hexlet-volunteers/interviews/issues"
  },
  "homepage": "https://github.com/hexlet-volunteers/interviews#readme",
  "dependencies": {
    "body-parser": "~1.13.2",
    "cookie-parser": "~1.3.5",
    "debug": "~2.2.0",
    "serve-favicon": "~2.3.0",
    "autoprefixer": "^6.3.3",
    "babel-core": "^6.6.4",
    "babel-plugin-syntax-flow": "^6.5.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-flow-strip-types": "^6.6.5",
    "babel-plugin-typecheck": "^3.8.0",
    "babel-polyfill": "^6.7.2",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.6.0",
    "bootstrap": "^4.0.0-alpha.2",
    "csswring": "^4.2.1",
    "express": "^4.13.4",
    "express-session": "^1.13.0",
    "jade": "^1.11.0",
    "jquery": "^2.2.1",
    "mincer": "^1.4.1",
    "morgan": "^1.7.0",
    "named-routes": "^2.0.3",
    "passport": "^0.3.2",
    "passport-github": "^1.1.0",
    "pg": "^4.5.1",
    "sequelize": "^3.19.3",
    "tether": "^1.2.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^2.4.0",
    "babel-eslint": "^6.0.0",
    "eslint-config-airbnb": "^6.0.2",
    "flow-bin": "^0.22.1",
    "mocha": "^2.4.5",
    "nodemon": "^1.9.1",
    "sinon": "^1.17.3",
    "supertest": "^1.2.0"
  }
}