smartcert/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2016-04-10 13:56:13 +00:00
{
"name": "cert",
2016-06-29 20:55:50 +00:00
"version": "0.0.10",
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)",
2016-07-01 04:26:10 +00:00
"install": "node dist/install.js install",
"compile":"(npmts --notest)"
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-07-04 02:56:49 +00:00
"@types/minimatch": "^2.0.26-alpha",
"@types/q": "0.0.25-alpha",
"@types/shelljs": "^0.3.25-alpha",
"beautylog": "^5.0.13",
2016-06-28 03:53:49 +00:00
"cflare": "0.0.9",
2016-06-21 18:02:57 +00:00
"fs-extra": "^0.30.0",
2016-06-21 19:08:04 +00:00
"q": "^1.4.1",
2016-06-22 11:22:09 +00:00
"shelljs": "^0.7.0",
"smartcli": "^1.0.4",
2016-07-01 04:18:48 +00:00
"smartfile": "^4.0.10",
2016-07-04 02:56:49 +00:00
"smartgit": "0.1.7",
2016-06-22 11:22:09 +00:00
"smartstring": "^2.0.10",
2016-07-04 02:56:49 +00:00
"typings-global": "^1.0.6"
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
}