le-acme-core.js/package.json

43 lines
939 B
JSON
Raw Normal View History

2015-12-13 16:50:04 +00:00
{
2016-08-09 20:01:56 +00:00
"name": "le-acme-core",
2017-06-28 17:52:22 +00:00
"version": "2.1.1",
2015-12-16 04:22:25 +00:00
"description": "A framework for building letsencrypt clients, forked from letiny",
2015-12-16 00:14:38 +00:00
"main": "node.js",
"browser": "browser.js",
2015-12-16 04:22:25 +00:00
"directories": {
"example": "example",
"test": "test"
},
2015-12-13 17:22:16 +00:00
"repository": {
"type": "git",
2017-01-17 20:49:59 +00:00
"url": "git+https://git.daplie.com/Daplie/le-acme-core.git"
2015-12-16 04:22:25 +00:00
},
"license": "MPL-2.0",
"bugs": {
2017-01-17 20:49:59 +00:00
"url": "https://git.daplie.com/Daplie/le-acme-core/issues"
2015-12-13 17:22:16 +00:00
},
2017-01-17 20:49:59 +00:00
"homepage": "https://git.daplie.com/Daplie/le-acme-core#readme",
2015-12-13 16:50:04 +00:00
"keywords": [
2016-08-09 20:01:56 +00:00
"le-acme",
"le-acme-",
2015-12-13 16:50:04 +00:00
"tiny",
"acme",
"letsencrypt",
"client",
2015-12-15 22:07:02 +00:00
"pem",
2016-08-09 20:01:56 +00:00
"jwk",
2015-12-13 16:50:04 +00:00
"pfx"
],
"dependencies": {
2016-09-02 15:22:18 +00:00
"request": "^2.74.0",
"rsa-compat": "^1.2.7"
},
"devDependencies": {
"better-assert": "^1.0.2",
"chai": "^3.5.0",
"chai-string": "^1.3.0",
"localhost.daplie.me-certificates": "^1.3.0",
"request-debug": "^0.2.0"
2015-12-13 16:50:04 +00:00
}
}