-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
34 lines (34 loc) · 852 Bytes
/
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
{
"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": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/throrin19/hapi-boilerplate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/throrin19/hapi-boilerplate/issues"
},
"homepage": "https://github.com/throrin19/hapi-boilerplate#readme",
"dependencies": {
"async": "2.6.0",
"blipp": "2.3.0",
"good": "7.3.0",
"hapi": "16.6.2",
"hapi-boom-decorators": "3.0.1",
"lodash": "4.17.4"
},
"devDependencies": {
"babel-eslint": "8.2.1",
"eslint": "4.16.0",
"eslint-config-throrinstudio": "1.2.0",
"eslint-plugin-import": "2.8.0"
}
}