-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.64 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
55
56
57
58
59
60
61
62
63
{
"name": "fresh",
"version": "1.1.1",
"frameVersion": "13.4.4",
"description": "A user system API starter",
"main": "server.js",
"scripts": {
"start": "cross-env NODE_ENV=development nodemon -e js,md server.js",
"inspect": "cross-env NODE_ENV=development nodemon --inspect -e js,md server.js",
"first-time-setup": "node first-time-setup.js",
"test": "lab -c -L --pattern '.spec' --timeout 0 server",
"test-server": "lab -c -L -v $TEST_TARGET"
},
"author": "ECMA Community <escommunity.ir>",
"license": "MIT",
"engines": {
"node": "8.x.x"
},
"dependencies": {
"bcryptjs": "2.x.x",
"boom": "7.x.x",
"confidence": "3.x.x",
"del": "3.x.x",
"dotenv": "5.x.x",
"glue": "5.x.x",
"handlebars": "4.x.x",
"hapi": "17.x.x",
"hapi-auth-jwt2": "^8.1.0",
"hapi-darwin": "1.1.1",
"hapi-mongo-models": "7.x.x",
"hapi-remote-address": "1.x.x",
"hoek": "5.x.x",
"joi": "13.x.x",
"joistick": "1.x.x",
"jsonwebtoken": "^8.2.1",
"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"
},
"devDependencies": {
"code": "5.x.x",
"cross-env": "^5.1.4",
"eslint-config-hapi": "11.x.x",
"eslint-plugin-hapi": "4.x.x",
"form-data": "2.x.x",
"good": "8.x.x",
"good-console": "7.x.x",
"good-squeeze": "5.x.x",
"hapi-swagger": "9.x.x",
"inert": "5.x.x",
"lab": "15.x.x",
"lout": "11.x.x",
"nodemon": "1.x.x",
"promptly": "3.x.x",
"sinon": "4.x.x",
"stream-to-promise": "2.x.x",
"vision": "5.x.x"
}
}