{
  "name": "activator",
  "description": "simple user activation and password reset for nodejs",
  "version": "1.0.1",
  "url": "http://github.com/deitch/activator",
  "author": "Avi Deitcher <avi@deitcher.net>",
  "contributors": [
    {
      "name": "Avi Deitcher",
      "email": "avi@deitcher.net"
    }
  ],
  "engines": {
    "node": ">=0.8"
  },
  "main": "./lib/activator.js",
  "dependencies": {
    "lodash": ">=1.3.1",
    "async": "0.2.x",
    "nodemailer": ">=1.3.4"
  },
  "devDependencies": {
    "body-parser": "^1.12.2",
    "express": "4.x",
    "mocha": "1.x",
    "should": "~1.2.2",
    "smtp-tester": "~0.5.1",
    "supertest": "0.x"
  },
  "keywords": [
    "express",
    "email",
    "sms",
    "activation",
    "nodejs",
    "node",
    "confirmation",
    "two-step"
  ],
  "scripts": {
    "test": "node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/deitch/activator.git"
  },
  "bugs": "https://github.com/deitch/activator/issues"
}
