-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 821 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
36
37
38
39
40
41
{
"name": "tacky",
"version": "4.0.3",
"description": "Server-side response caching plugin for hapi",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/arb/tacky.git"
},
"scripts": {
"test": "belly-button && lab -t 100 -va code"
},
"keywords": [
"hapi",
"cache",
"plugin"
],
"author": "Adam Bretz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arb/tacky/issues"
},
"devDependencies": {
"belly-button": "2.x.x",
"code": "3.x.x",
"hapi": "13.x.x",
"lab": "10.x.x",
"mdchangelog": "0.8.0"
},
"dependencies": {
"insync": "2.x.x",
"lodash.merge": "4.4.0",
"reach": "1.x.x"
},
"engines": {
"node": "4.x.x"
},
"peerDependencies": {
"hapi": ">= 13.x.x"
}
}