le-acme-core.js/package.json

44 lines
917 B
JSON
Raw Permalink Normal View History

2015-12-13 16:50:04 +00:00
{
2015-12-15 22:07:02 +00:00
"name": "letiny-core",
2016-08-07 00:56:09 +00:00
"version": "2.0.3",
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"
},
"scripts": {
"test": "node example/letsencrypt.js"
},
2015-12-13 17:22:16 +00:00
"repository": {
"type": "git",
2015-12-16 04:22:25 +00:00
"url": "git+https://github.com/Daplie/letiny-core.git"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Daplie/letiny-core/issues"
2015-12-13 17:22:16 +00:00
},
2015-12-16 04:22:25 +00:00
"homepage": "https://github.com/Daplie/letiny-core#readme",
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",
2016-08-01 09:53:50 +00:00
"request": "^2.55.0",
2016-08-04 22:36:50 +00:00
"rsa-compat": "^1.2.3"
2015-12-15 22:07:02 +00:00
},
"optionalDependencies": {
"ursa": "^0.9.1"
2015-12-13 16:50:04 +00:00
},
"devDependencies": {
"mocha": "^2.3.3",
"better-assert": "^1.0.2"
}
}