le-acme-core.js/package.json

36 lines
676 B
JSON
Raw Normal View History

2015-12-13 16:50:04 +00:00
{
2015-12-15 22:07:02 +00:00
"name": "letiny-core",
"version": "1.0.0",
2015-12-13 16:50:04 +00:00
"description": "Tiny ACME client library and CLI",
2015-12-15 22:07:02 +00:00
"authors": [
"Anatol Sommer <anatol@anatol.at>",
"AJ ONeal <aj@daplie.com>"
],
2015-12-16 00:14:38 +00:00
"main": "node.js",
"browser": "browser.js",
"license": "MPL-2.0",
2015-12-13 17:22:16 +00:00
"repository": {
"type": "git",
2015-12-15 22:07:02 +00:00
"url": "https://github.com/Daplie/letiny-core.git"
2015-12-13 17:22:16 +00:00
},
2015-12-13 16:50:04 +00:00
"keywords": [
"tiny",
"acme",
"letsencrypt",
"client",
2015-12-15 22:07:02 +00:00
"pem",
2015-12-13 16:50:04 +00:00
"pfx"
],
"dependencies": {
2015-12-15 22:07:02 +00:00
"node-forge": "^0.6.38",
"request": "^2.55.0"
},
"optionalDependencies": {
"ursa": "^0.9.1"
2015-12-13 16:50:04 +00:00
},
"devDependencies": {
"mocha": "^2.3.3",
"better-assert": "^1.0.2"
}
}