mirror of https://github.com/ory/hydra
18 lines
437 B
JSON
18 lines
437 B
JSON
{
|
|
"name": "@oryd/hydra",
|
|
"version": "0.0.0",
|
|
"description": "The official JavaScript / NodeJS SDK for ORY Hydra.",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"postinstall": "opencollective postinstall"
|
|
},
|
|
"dependencies": {
|
|
"opencollective": "^1.0.3"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/ory-hydra",
|
|
"logo": "https://opencollective.com/ory-hydra/logo.txt"
|
|
}
|
|
}
|