forked from johnbrett/hapi-level-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 879 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
35
{
"name": "hapi-level-sample",
"version": "0.0.1",
"description": "Project to demonstrate the rapid prototyping abilities of HapiJS and LevelDB",
"main": "index.js",
"dependencies": {
"calibrate": "~0.0.x",
"handlebars": "~2.0.0",
"hapi": "~8.x.x",
"hapi-auth-bearer-token": "^3.1.0",
"hapi-level": "*",
"hapi-swagger": "^0.6.1",
"joi": "~4.8.1",
"lodash": "~2.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/johnbrett/hapi-level-sample.git"
},
"keywords": [
"hapi",
"level",
"prototype"
],
"author": "John Brett",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnbrett/hapi-level-sample/issues"
},
"homepage": "https://github.com/johnbrett/hapi-level-sample"
}