34 lines
628 B
JSON
34 lines
628 B
JSON
{
|
|
"name": "letiny-core",
|
|
"version": "1.0.0",
|
|
"description": "Tiny ACME client library and CLI",
|
|
"authors": [
|
|
"Anatol Sommer <anatol@anatol.at>",
|
|
"AJ ONeal <aj@daplie.com>"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Daplie/letiny-core.git"
|
|
},
|
|
"keywords": [
|
|
"tiny",
|
|
"acme",
|
|
"letsencrypt",
|
|
"client",
|
|
"pem",
|
|
"pfx"
|
|
],
|
|
"dependencies": {
|
|
"node-forge": "^0.6.38",
|
|
"request": "^2.55.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"ursa": "^0.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.3.3",
|
|
"better-assert": "^1.0.2"
|
|
}
|
|
}
|