activator
Version:
simple user activation and password reset for nodejs
76 lines (75 loc) • 1.63 kB
JSON
{
"name": "activator",
"description": "simple user activation and password reset for nodejs",
"version": "3.4.0",
"url": "http://github.com/deitch/activator",
"author": "Avi Deitcher http://github.com/deitch",
"contributors": [
{
"name": "Avi Deitcher",
"url": "http://github.com/deitcher"
},
{
"name": "Sharry Stowell",
"url": "https://github.com/molinto"
},
{
"name": "Bartol Karuza",
"url": "https://github.com/bartolkaruza"
},
{
"name": "Clif Gordon",
"url": "https://github.com/ClifG"
},
{
"name": "Simon Boulet",
"url": "https://github.com/siboulet"
},
{
"name": "Stuart Longland",
"url": "https://github.com/sjlongland"
},
{
"name": "Alex Tracy",
"url": "http://github.com/alextracy"
}
],
"engines": {
"node": ">=4.0.0"
},
"main": "./lib/activator.js",
"dependencies": {
"async": "0.2.x",
"jsonwebtoken": "^5.7.0",
"lodash": ">=4.0.0",
"nodemailer": ">=1.3.4",
"styliner": "1.0.4"
},
"devDependencies": {
"body-parser": "^1.12.2",
"express": "4.x",
"mocha": "^5.2.0",
"should": "7.x.x",
"smtp-tester": "^1.2.0",
"supertest": "3.3.0"
},
"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",
"license": "MIT"
}