forked from jedireza/frame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "frame",
"version": "4.1.1",
"description": "A user system API for Node.js",
"main": "index.js",
"scripts": {
"setup": "./setup.js",
"start": "./node_modules/nodemon/bin/nodemon.js -e js,md server",
"test": "./node_modules/lab/bin/lab -c -L",
"test-cover": "./node_modules/lab/bin/lab -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html",
"update": "david update"
},
"author": "Reza Akhavan <[email protected]> (http://reza.akhavan.me/)",
"license": "MIT",
"dependencies": {
"async": "^1.x.x",
"bcrypt": "^0.8.x",
"boom": "^2.x.x",
"confidence": "^1.x.x",
"glue": "^2.x.x",
"handlebars": "^4.x.x",
"hapi": "^9.x.x",
"hapi-auth-basic": "^3.x.x",
"hapi-mongo-models": "^2.x.x",
"hoek": "^2.x.x",
"inert": "^3.x.x",
"jade": "^1.x.x",
"joi": "^6.x.x",
"lout": "^7.x.x",
"mongodb": "^2.x.x",
"node-uuid": "^1.x.x",
"nodemailer": "^1.x.x",
"nodemailer-markdown": "^1.x.x",
"object-assign": "^4.x.x",
"slug": "^0.9.x",
"vision": "^3.x.x",
"visionary": "^3.x.x"
},
"devDependencies": {
"code": "^1.x.x",
"david": "^6.x.x",
"lab": "^5.x.x",
"nodemon": "^1.x.x",
"promptly": "^0.2.x",
"proxyquire": "^1.1.x"
}
}