2015-12-13 16:50:04 +00:00
|
|
|
{
|
|
|
|
"name": "letiny",
|
2015-12-14 19:54:01 +00:00
|
|
|
"version": "0.0.5-beta",
|
2015-12-13 16:50:04 +00:00
|
|
|
"description": "Tiny ACME client library and CLI",
|
|
|
|
"author": "Anatol Sommer <anatol@anatol.at>",
|
2015-12-14 19:54:01 +00:00
|
|
|
"license": "MPL-2.0",
|
2015-12-13 17:22:16 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/anatolsommer/letiny.git"
|
|
|
|
},
|
2015-12-13 16:50:04 +00:00
|
|
|
"keywords": [
|
|
|
|
"tiny",
|
|
|
|
"acme",
|
|
|
|
"letsencrypt",
|
|
|
|
"client",
|
|
|
|
"cli",
|
|
|
|
"pfx"
|
|
|
|
],
|
|
|
|
"bin": {
|
|
|
|
"letiny": "./lib/cli.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"colors": "^1.1.0",
|
|
|
|
"mkdirp": "^0.5.1",
|
|
|
|
"node-forge": "^0.6.21",
|
|
|
|
"request": "^2.55.0",
|
|
|
|
"commander": "^2.9.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "^2.3.3",
|
|
|
|
"better-assert": "^1.0.2"
|
|
|
|
}
|
|
|
|
}
|