UNPKG

1.63 kBJSONView Raw
1{
2 "name": "activator",
3 "description": "simple user activation and password reset for nodejs",
4 "version": "3.4.0",
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 "name": "Stuart Longland",
30 "url": "https://github.com/sjlongland"
31 },
32 {
33 "name": "Alex Tracy",
34 "url": "http://github.com/alextracy"
35 }
36 ],
37 "engines": {
38 "node": ">=4.0.0"
39 },
40 "main": "./lib/activator.js",
41 "dependencies": {
42 "async": "0.2.x",
43 "jsonwebtoken": "^5.7.0",
44 "lodash": ">=4.0.0",
45 "nodemailer": ">=1.3.4",
46 "styliner": "1.0.4"
47 },
48 "devDependencies": {
49 "body-parser": "^1.12.2",
50 "express": "4.x",
51 "mocha": "^5.2.0",
52 "should": "7.x.x",
53 "smtp-tester": "^1.2.0",
54 "supertest": "3.3.0"
55 },
56 "keywords": [
57 "express",
58 "email",
59 "sms",
60 "activation",
61 "nodejs",
62 "node",
63 "confirmation",
64 "two-step"
65 ],
66 "scripts": {
67 "test": "node_modules/.bin/mocha"
68 },
69 "repository": {
70 "type": "git",
71 "url": "http://github.com/deitch/activator.git"
72 },
73 "bugs": "https://github.com/deitch/activator/issues",
74 "license": "MIT"
75}