package.json 1.11 KB
{
  "name": "yoho-seo",
  "version": "1.0.0",
  "description": "seo related features, like sending urls, maps etc. ",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "nodemon -e js,hbs -i public/ app.js",
    "precommit": "node lint-commit.js"
  },
  "keywords": [
    "seo"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bluebird": "^3.5.0",
    "express": "^4.14.1",
    "express-handlebars": "^3.0.0",
    "lodash": "^4.17.4",
    "moment": "^2.18.1",
    "node-schedule": "^1.2.1",
    "nodemon": "1.9.2",
    "redis": "^2.7.1",
    "request": "^2.79.0",
    "request-promise": "^4.1.1",
    "shelljs": "^0.7.7",
    "uuid": "^3.0.1",
    "winston": "^2.3.1",
    "winston-daily-rotate-file": "^1.1.1",
    "xml2js": "^0.4.19",
    "yoho-md5": "^2.0.0",
    "yoho-node-lib": "=0.6.8"
  },
  "devDependencies": {
    "eslint": "^2.12.0",
    "eslint-config-yoho": "^1.0.1",
    "husky": "^0.13.3",
    "stylelint": "^7.9.0",
    "stylelint-config-yoho": "^1.2.8",
    "stylelint-formatter-table": "^1.0.3"
  }
}