-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "hoodie-plugins-manager",
"description": "Run and dispatch events to Hoodie plugin server extensions",
"version": "0.5.0",
"author": "The Hoodie Community",
"bugs": {
"url": "https://github.com/hoodiehq/hoodie-plugins-manager/issues"
},
"dependencies": {
"async": "^1.4.0",
"couchr": "0.0.14",
"dataurl": "0.1.0",
"hoodie-plugins-api": "0.4.0",
"lodash": "^3.10.0",
"nodemailer": "^1.8.0",
"nodemailer-mandrill-transport": "^0.3.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemailer-smtp-transport": "^1.0.3"
},
"devDependencies": {
"mkdirp": "^0.5.1",
"request": "^2.60.0",
"rimraf": "^2.4.2",
"snazzy": "^1.0.3",
"standard": "^4.5.4",
"tap": "^1.3.2"
},
"homepage": "https://github.com/hoodiehq/hoodie-plugins-manager",
"keywords": [
"backend",
"hoodie",
"plugin",
"server"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/hoodiehq/hoodie-plugins-manager.git"
},
"scripts": {
"test": "snazzy && tap test/*.js"
}
}