forked from jedireza/frame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.48 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
{
"name": "frame",
"version": "3.2.2",
"description": "A user system API for Node.js",
"main": "index.js",
"scripts": {
"setup": "node setup.js",
"start": "node node_modules/nodemon/bin/nodemon.js -e js,md server",
"watch": "node node_modules/nodemon/bin/nodemon.js --debug -e js,md server",
"test": " node node_modules/lab/bin/lab -c -L",
"test-cover": "node node_modules/lab/bin/lab -c -r html -o test/artifacts/coverage.html"
},
"author": "Reza Akhavan <[email protected]> (http://reza.akhavan.me/)",
"license": "MIT",
"dependencies": {
"async": "^0.9.x",
"azure": "^0.10.5",
"bcryptjs": "^2.0.2",
"boom": "^2.x.x",
"confidence": "^1.x.x",
"glue": "^2.x.x",
"good": "^5.1.2",
"good-logentries": "^1.0.1",
"handlebars": "^3.x.x",
"hapi": "^8.x.x",
"hapi-auth-basic": "^2.x.x",
"hapi-azure-sb": "ck-lee/hapi-azure-sb",
"hapi-mongo-models": "^2.x.x",
"hoek": "^2.x.x",
"jade": "^1.x.x",
"joi": "^6.x.x",
"lout": "^6.x.x",
"mongodb": "^2.x.x",
"newrelic": "^1.18.5",
"node-uuid": "^1.x.x",
"nodemailer": "^1.x.x",
"nodemailer-markdown": "^1.x.x",
"object-assign": "^2.x.x",
"slug": "^0.9.x",
"visionary": "^2.x.x"
},
"devDependencies": {
"code": "^1.x.x",
"gulp": "^3.8.11",
"gulp-exec": "^2.1.1",
"gulp-lab": "^1.0.5",
"gulp-nodemon": "^2.0.3",
"lab": "^5.x.x",
"nodemon": "^1.x.x",
"promptly": "^0.2.x",
"proxyquire": "^1.1.x"
}
}