forked from hapijs/yar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 839 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
{
"name": "yarnemia",
"description": "Cookie jar plugin for Hapi without iron encryption",
"version": "1.0.0",
"repository": "git://github.com/pmoons/yarnemia",
"main": "lib/index.js",
"keywords": [
"hapi",
"plugin",
"cookies",
"jar",
"session",
"unencrpyted"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"boom": "4.x.x",
"hoek": "4.x.x",
"uuid": "3.x.x"
},
"devDependencies": {
"code": "4.x.x",
"eslint": "^3.13.1",
"eslint-config-airbnb-base": "^10.0.0",
"eslint-plugin-import": "^2.2.0",
"hapi": "15.x.x",
"lab": "11.x.x",
"npmignore": "0.2.x"
},
"scripts": {
"test": "lab -L -a code -t 100",
"test-cov": "lab -a code -r lcov -o .coverage/lcov.info",
"update-npmignore": "npmignore"
},
"license": "BSD-3-Clause"
}