-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.06 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
{
"name": "hapi-boilerpalte",
"version": "1.0.0",
"description": "a basic hapi server",
"main": "index.js",
"dependencies": {
"handlebars": "^4.0.6",
"hapi": "^15.2.0",
"inert": "^4.0.2",
"joi": "^10.0.1",
"qrcode-svg": "^0.9.0",
"request": "^2.79.0",
"vision": "^4.1.1",
"yoti-node-sdk": "^1.0.2"
},
"engines": {
"node": "6.9.1"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"supertest": "^2.0.1",
"tape": "^4.6.3"
},
"scripts": {
"test": "node test/index.test.js",
"start": "node src/starter.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jwhiles/hapi-boilerpalte.git"
},
"author": "John Whiles",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jwhiles/hapi-boilerpalte/issues"
},
"homepage": "https://github.com/Jwhiles/hapi-boilerpalte#readme"
}