forked from jedireza/frame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.34 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
54
{
"name": "frame",
"version": "13.4.0",
"description": "A user system API starter",
"main": "index.js",
"scripts": {
"start": "nodemon -e js,md server.js",
"inspect": "nodemon --inspect -e js,md server.js",
"first-time-setup": "node first-time-setup.js",
"test": "lab -c -L",
"test-server": "lab -c -L -v $TEST_TARGET"
},
"author": "Reza Akhavan <[email protected]> (http://reza.akhavan.me/)",
"license": "MIT",
"engines": {
"node": "9.x.x"
},
"dependencies": {
"bcrypt": "1.x.x",
"boom": "7.x.x",
"confidence": "3.x.x",
"dotenv": "5.x.x",
"eslint-config-hapi": "11.x.x",
"eslint-plugin-hapi": "4.x.x",
"glue": "5.x.x",
"good": "8.x.x",
"good-console": "7.x.x",
"good-squeeze": "5.x.x",
"handlebars": "4.x.x",
"hapi": "17.x.x",
"hapi-auth-basic": "5.x.x",
"hapi-mongo-models": "7.x.x",
"hapi-remote-address": "1.x.x",
"hapi-swagger": "9.x.x",
"hoek": "5.x.x",
"inert": "5.x.x",
"joi": "13.x.x",
"joistick": "1.x.x",
"mongo-models": "2.x.x",
"mongodb": "3.x.x",
"nodemailer": "4.x.x",
"nodemailer-markdown": "1.x.x",
"slug": "0.9.x",
"useragent": "2.x.x",
"uuid": "3.x.x",
"vision": "5.x.x"
},
"devDependencies": {
"code": "5.x.x",
"lab": "15.x.x",
"nodemon": "1.x.x",
"promptly": "3.x.x"
}
}