-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 967 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 967 Bytes
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
{
"name": "hapi-treeize",
"version": "0.2.0",
"description": "A hapi.js plugin that decorates reply with treeize.",
"main": "index.js",
"scripts": {
"example": "node example/",
"lint": "standard",
"posttest": "npm run lint",
"test": "lab -cvv"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franvarney/hapi-treeize.git"
},
"keywords": [
"hapi",
"hapijs",
"hapi plugin",
"treeize",
"sql",
"flat data",
"associative data",
"json"
],
"author": "Fran Varney <fran.varn@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/franvarney/hapi-treeize/issues"
},
"homepage": "https://github.com/franvarney/hapi-treeize#readme",
"engines": {
"node": "4.x"
},
"dependencies": {
"treeize": "2.0.2"
},
"devDependencies": {
"code": "2.3.0",
"hapi": "13.4.0",
"lab": "10.5.1",
"sinon": "1.17.4",
"standard": "7.1.0"
}
}