2016-04-10 13:56:13 +00:00
|
|
|
{
|
|
|
|
"name": "cert",
|
2016-06-18 14:03:58 +00:00
|
|
|
"version": "0.0.6",
|
2016-06-18 13:13:02 +00:00
|
|
|
"description": "Easily obain SSL certificates from LetsEncrypt. Supports DNS-01 challenge. TypeScript ready.",
|
2016-04-10 13:56:13 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
2016-06-21 18:02:57 +00:00
|
|
|
"test": "(npmts)",
|
|
|
|
"install": "node dist/install.js"
|
2016-04-10 13:56:13 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-06-18 13:42:09 +00:00
|
|
|
"url": "git+https://gitlab.com/pushrocks/cert.git"
|
2016-04-10 13:56:13 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"coreos",
|
|
|
|
"cert",
|
|
|
|
"ssl",
|
|
|
|
"etcd"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-06-18 13:42:09 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/cert/issues"
|
2016-04-10 13:56:13 +00:00
|
|
|
},
|
2016-06-18 13:42:09 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/cert#readme",
|
2016-06-18 12:59:46 +00:00
|
|
|
"dependencies": {
|
2016-06-18 13:42:09 +00:00
|
|
|
"beautylog": "^5.0.12",
|
2016-06-21 18:02:57 +00:00
|
|
|
"cflare": "0.0.6",
|
|
|
|
"fs-extra": "^0.30.0",
|
2016-06-18 13:42:09 +00:00
|
|
|
"letsencrypt": "^1.4.4",
|
|
|
|
"smartcli": "^1.0.2",
|
2016-06-18 13:59:03 +00:00
|
|
|
"smartfile": "^3.0.10",
|
|
|
|
"smartgit": "0.0.10",
|
|
|
|
"typings-global": "^1.0.3"
|
2016-06-18 13:07:54 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-06-21 18:02:57 +00:00
|
|
|
"npmts-g": "^5.2.6",
|
|
|
|
"qenv": "^1.0.8",
|
2016-06-21 18:04:44 +00:00
|
|
|
"should": "^9.0.2",
|
2016-06-21 18:02:57 +00:00
|
|
|
"typings-test": "^1.0.1"
|
2016-06-18 12:59:46 +00:00
|
|
|
}
|
2016-04-10 13:56:13 +00:00
|
|
|
}
|