smartcert/package.json

38 lines
837 B
JSON
Raw Normal View History

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": {
"test": "(npmts)"
},
"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",
"cflare": "0.0.2",
"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": {
"npmts-g": "^5.2.6"
2016-06-18 12:59:46 +00:00
}
2016-04-10 13:56:13 +00:00
}