-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
{
"name": "@distalog/cookie-param-handler",
"version": "1.0.13",
"description": "Cookie Param Handler: set cookies directly from form inputs.",
"author": "didier@distalog.ch",
"scripts": {
"build": "git pull && npm install",
"build-prod": "npm install",
"test": "./node_modules/@hapi/lab/bin/lab"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/distalog/cookie-param-handler.git"
},
"keywords": [
"cookie",
"http",
"hapi",
"hapijs"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/distalog/cookie-param-handler/issues"
},
"homepage": "https://github.com/distalog/cookie-param-handler#readme",
"private": false,
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/inert": "^6.0.1",
"@hapi/lab": "^22.0.4",
"eslint": "^6.8.0"
},
"dependencies": {
"@hapi/hapi": "^19.1.1"
}
}