-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 955 Bytes
/
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
{
"author": {
"name": "Devin Despain",
"email": "[email protected]"
},
"name": "ah-email-utils-plugin",
"description": "I provide email utilities",
"version": "0.0.1",
"homepage": "https://github.com/dangerdespain/ah-email-utils-plugin",
"repository": {
"type": "git",
"url": "[email protected]/ah-email-utils-plugin.git"
},
"keywords": [
"actionhero",
"ah",
"formatting",
"validation",
"email",
"emails",
"utility",
"utilities"
],
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"underscore": "*",
"validator" : "git://github.com/chriso/validator.js.git"
},
"devDependencies": {},
"optionalDependencies": {},
"bugs": {
"url": "https://github.com/dangerdespain/ah-email-utils-plugin/issues"
},
"maintainers": [
{
"name": "dangerdespain",
"email": "[email protected]"
}
],
"directories": {},
"readme": "ERROR: No README data found!"
}