forked from jedireza/frame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.14 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
{
"name": "frame",
"version": "12.0.0",
"description": "A user system API starter",
"main": "index.js",
"scripts": {
"start": "nodemon --inspect -e js,md server.js",
"first-time-setup": "node first-time-setup.js",
"test": "lab -c -L"
},
"author": "Reza Akhavan <[email protected]> (http://reza.akhavan.me/)",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"async": "2.x.x",
"bcrypt": "0.8.x",
"boom": "4.x.x",
"confidence": "3.x.x",
"dotenv": "2.x.x",
"glue": "4.x.x",
"handlebars": "4.x.x",
"hapi": "15.x.x",
"hapi-auth-basic": "4.x.x",
"hapi-mongo-models": "6.x.x",
"hoek": "4.x.x",
"inert": "4.x.x",
"jade": "1.x.x",
"joi": "9.x.x",
"lout": "9.x.x",
"mongo-models": "1.x.x",
"mongodb": "2.x.x",
"node-uuid": "1.4.7",
"nodemailer": "2.x.x",
"nodemailer-markdown": "1.x.x",
"object-assign": "4.x.x",
"slug": "0.9.x",
"vision": "4.x.x",
"visionary": "6.x.x"
},
"devDependencies": {
"code": "3.x.x",
"lab": "11.x.x",
"nodemon": "1.x.x",
"promptly": "2.x.x",
"proxyquire": "1.x.x"
}
}