-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1002 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
45
{
"name": "",
"version": "1.0.0",
"description": "a basic setup for hapi/lab/gulp",
"main": "server.js",
"scripts": {
"test": "./node_modules/lab/bin/lab -c -v -m 5"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^2.1.2",
"gulp": "^3.8.11",
"gulp-lab": "^1.0.4",
"lab": "^5.5.0"
},
"dependencies": {
"async": "^1.3.0",
"bindings": "^1.2.1",
"hapi": "^8.4.0",
"hoek": "^2.11.1",
"jade": "^1.9.2",
"joi": "^6.0.8",
"mandrill-api": "^1.0.41",
"moment": "^2.9.0",
"mongodb": "^2.0.24",
"mongojs": "^0.18.2",
"nodemon": "^1.3.7",
"realurl": "^0.1.3",
"request": "^2.58.0",
"shortid": "^2.2.2",
"twitter": "^1.2.5"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/gregaubs/emailapp.git"
},
"bugs": {
"url": "https://github.com/gregaubs/emailapp/issues"
},
"homepage": "https://github.com/gregaubs/emailapp"
}