@xvia/amplia-client
Version:
Classes to consume Lacuna Software's Amplia
32 lines (31 loc) • 733 B
JSON
{
"name": "@xvia/amplia-client",
"version": "1.0.0",
"description": "Classes to consume Lacuna Software's Amplia",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LacunaSoftware/AmpliaNodeClient.git"
},
"keywords": [
"amplia",
"pki",
"client",
"rest",
"api",
"certificate",
"issue"
],
"author": "Ismael Medeiros by Lacuna Software",
"license": "MIT",
"bugs": {
"url": "https://github.com/LacunaSoftware/AmpliaNodeClient/issues"
},
"homepage": "https://github.com/LacunaSoftware/AmpliaNodeClient#readme",
"dependencies": {
"request": "^2.88.0"
}
}