{
  "name": "chronica",
  "version": "0.1.2",
  "description": "monitor urls' status, debounce and alert via email and slackbot",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "test-throwing": "node_modules/babel/bin/babel-node --stage 0 test/adhoc/promises/throwing.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/evanx/chronica.git"
  },
  "author": "Evan Summers <evan.summers@gmail.com> (https://github.com/evanx)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/evanx/chronica/issues"
  },
  "homepage": "https://github.com/evanx/chronica",
  "dependencies": {
    "babel": "^5.6.14",
    "bunyan": "^1.4.0",
    "express": "^4.13.1",
    "immutable": "~3.7.4",
    "js-yaml": "^3.3.1",
    "lodash": "^3.5.0",
    "mkdirp": "^0.5.1",
    "nodemailer": "^1.3.2",
    "pm2": "^0.14.3",
    "redis": "^0.12.1",
    "request": "^2.54.0"
  }
}
