forked from throrin19/hapi-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.5 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
{
"private": true,
"name": "hapi-iut",
"version": "0.1.0",
"description": "Boilerplate Hapi utilisé pour les TP Node.JS des Licence pro",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoannma/hapi-boilerplate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yoannma/hapi-boilerplate/issues"
},
"homepage": "https://github.com/yoannma/hapi-boilerplate#readme",
"dependencies": {
"@yoannma/iut-encrypt": "github:yoannma/iut-encrypt",
"async": "2.1.2",
"blipp": "2.3.0",
"boom": "4.2.0",
"casual": "^1.5.9",
"faker": "3.1.0",
"glue": "4.0.0",
"good": "7.0.2",
"good-console": "6.3.1",
"good-squeeze": "5.0.1",
"hapi": "15.2.0",
"hapi-boom-decorators": "2.1.0",
"hapi-swagger": "7.4.0",
"inert": "4.0.2",
"joi": "10.0.1",
"joigoose": "1.5.7",
"json-mongoose": "0.3.3",
"k7": "1.5.0",
"k7-mongoose": "1.5.0",
"lodash": "latest",
"nir-generator": "^0.1.0",
"nodemailer": "^2.7.2",
"password-generator": "^2.1.0",
"plugo": "0.3.8",
"vision": "4.1.0",
"mailgen": "latest",
"bluebird": "latest"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0"
}
}