-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "template-notify",
"version": "0.0.4",
"description": "Template based Email/SMS Notifications",
"main": "index.js",
"scripts": {
"test": "node test"
},
"dependencies": {
"debug": "*",
"jade": "*",
"nodemailer": "^2.4.2",
"nodemailer-smtp-pool": "^2.8.2",
"proc-utils": "^1.0.0",
"pug": "^2.0.0-beta3"
},
"repository": {
"type": "git",
"url": "git://github.com/vnykmshr/template-notify.git"
},
"author": {
"name": "Vinayak Mishra",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vnykmshr/template-notify/issues"
},
"gitHead": "b0de2c1459cdae46dee73a61aa817c297356535c",
"homepage": "https://github.com/vnykmshr/template-notify#readme",
"_id": "[email protected]",
"_shasum": "66df8c9f6dc7240dffae4cd73aeed5e9d8789e09",
"_from": "template-notify@latest",
"_npmVersion": "3.10.0",
"_nodeVersion": "6.0.0",
"_npmUser": {
"name": "vnykmshr",
"email": "[email protected]"
},
"dist": {
"shasum": "66df8c9f6dc7240dffae4cd73aeed5e9d8789e09",
"tarball": "https://registry.npmjs.org/template-notify/-/template-notify-0.0.4.tgz"
},
"maintainers": [
{
"name": "vnykmshr",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/template-notify-0.0.4.tgz_1466583836178_0.14838759205304086"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/template-notify/-/template-notify-0.0.4.tgz",
"readme": "ERROR: No README data found!"
}