{
  "name": "lpn-email",
  "version": "0.0.11",
  "description": "LinchPin email notifications",
  "main": "email.js",
  "scripts": {
    "load": "./node_modules/mocha/bin/_mocha load_test",
    "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha  -- --reporter mocha-junit-reporter",
    "circle_test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha  -- --reporter mocha-junit-reporter && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js "
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/linchpin-notifications/email.git"
  },
  "keywords": [
    "Linchpin",
    "email"
  ],
  "author": "Isaac Chavez <isaac@linchpin.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/linchpin-notifications/email/issues"
  },
  "homepage": "https://github.com/linchpin-notifications/email",
  "dependencies": {
    "seneca": "0.6.1",
    "mandrill-api": "1.0.45",
    "handlebars": "3.0.3",
    "getenv": "*"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "mocha-lcov-reporter": "0.0.2",
    "istanbul": "^0.3.13",
    "chai": "2.3.0",
    "mocha": "*",
    "async": "*",
    "mocha-junit-reporter": "*",
    "randomstring": "^1.0.5"
  }
}
