UNPKG

1.45 kBJSONView Raw
1{
2 "name": "activator",
3 "description": "simple user activation and password reset for nodejs",
4 "version": "2.0.1",
5 "url": "http://github.com/deitch/activator",
6 "author": "Avi Deitcher http://github.com/deitch",
7 "contributors": [
8 {
9 "name": "Avi Deitcher",
10 "url": "http://github.com/deitcher"
11 },
12 {
13 "name": "Sharry Stowell",
14 "url": "https://github.com/molinto"
15 },
16 {
17 "name": "Bartol Karuza",
18 "url": "https://github.com/bartolkaruza"
19 },
20 {
21 "name": "Clif Gordon",
22 "url": "https://github.com/ClifG"
23 },
24 {
25 "name": "Simon Boulet",
26 "url": "https://github.com/siboulet"
27 }
28 ],
29 "engines": {
30 "node": ">=4.0.0"
31 },
32 "main": "./lib/activator.js",
33 "dependencies": {
34 "async": "0.2.x",
35 "jsonwebtoken": "^5.7.0",
36 "lodash": ">=4.0.0",
37 "nodemailer": ">=1.3.4",
38 "styliner": "^1.0.0"
39 },
40 "devDependencies": {
41 "body-parser": "^1.12.2",
42 "express": "4.x",
43 "mocha": "^2.4.5",
44 "should": "7.x.x",
45 "smtp-tester": "~0.5.1",
46 "supertest": "0.x"
47 },
48 "keywords": [
49 "express",
50 "email",
51 "sms",
52 "activation",
53 "nodejs",
54 "node",
55 "confirmation",
56 "two-step"
57 ],
58 "scripts": {
59 "test": "node_modules/.bin/mocha"
60 },
61 "repository": {
62 "type": "git",
63 "url": "http://github.com/deitch/activator.git"
64 },
65 "bugs": "https://github.com/deitch/activator/issues",
66 "license": "MIT"
67}