Files
yaak-mountain-loop/plugins/auth-digest/package.json
T

18 lines
439 B
JSON

{
"name": "@yaak/auth-digest",
"displayName": "Digest Authentication",
"version": "0.1.0",
"private": true,
"description": "Authenticate requests using HTTP Digest authentication",
"repository": {
"type": "git",
"url": "https://github.com/mountain-loop/yaak.git",
"directory": "plugins/auth-digest"
},
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"test": "vp test --run tests"
}
}