le-acme-core.js/package.json

43 lines
889 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",
2016-02-11 20:22:59 +00:00
"version": "1.0.4",
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",
"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"
}
}