package.json 1.43 KB
{
  "name": "express-yoho",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "start": "node ./bin/www",
    "lint": "eslint -c .eslintrc --fix --cache .",
    "validate": "npm ls"
  },
  "dependencies": {
    "body-parser": "~1.13.2",
    "cookie-parser": "~1.3.5",
    "debug": "~2.2.0",
    "express": "~4.13.1",
    "hbs": "~3.1.0",
    "lodash": "^4.6.1",
    "morgan": "~1.6.1",
    "request-promise": "^2.0.1",
    "serve-favicon": "^2.3.0",
    "shelljs": "^0.6.0"
  },
  "pre-commit": [
    "lint"
  ],
  "devDependencies": {
    "autoprefixer": "^6.3.5",
    "babel": "^6.5.2",
    "babel-core": "^6.1.21",
    "babel-loader": "^6.1.0",
    "babel-plugin-transform-runtime": "^6.1.18",
    "babel-preset-es2015": "^6.1.18",
    "babel-runtime": "^6.1.18",
    "eslint-config-yoho": "^0.1.1",
    "gulp": "^3.9.1",
    "gulp-cssnano": "^2.1.1",
    "gulp-postcss": "^6.1.0",
    "gulp-sourcemaps": "^1.6.0",
    "postcss-assets": "^4.0.1",
    "postcss-calc": "^5.2.0",
    "postcss-center": "^1.0.0",
    "postcss-clearfix": "^1.0.0",
    "postcss-crip": "^2.0.0",
    "postcss-opacity": "^3.0.0",
    "postcss-position": "^0.4.0",
    "postcss-reporter": "^1.3.3",
    "postcss-short": "^1.4.0",
    "postcss-sprites": "^3.1.1",
    "postcss-use": "^2.0.2",
    "precommit-hook": "^3.0.0",
    "precss": "^1.4.0",
    "stylelint": "^5.2.1",
    "stylelint-config-yoho": "^1.1.0",
    "vinyl-named": "^1.1.0",
    "webpack-stream": "^3.1.0"
  }
}