smartcert/package.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2016-04-10 13:56:13 +00:00
{
"name": "cert",
2016-10-23 23:06:30 +00:00
"version": "1.0.8",
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",
2016-07-06 01:10:49 +00:00
"typings": "dist/index.d.ts",
2016-04-10 13:56:13 +00:00
"scripts": {
2017-01-01 04:18:50 +00:00
"test": "(npm run cleanTest && npmts --nodocs)",
2016-07-04 07:00:31 +00:00
"cleanTest": "(rm -rf ./test/assets)",
"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-08-03 10:26:34 +00:00
"@types/minimatch": "2.x.x",
2016-10-22 14:21:25 +00:00
"@types/q": "0.0.32",
2016-10-22 02:16:07 +00:00
"beautylog": "^6.0.0",
"cflare": "0.0.10",
2017-01-01 04:18:50 +00:00
"fs-extra": "^1.0.0",
"lik": "^1.0.27",
2016-06-21 19:08:04 +00:00
"q": "^1.4.1",
2017-01-03 07:15:09 +00:00
"smartacme": "^1.0.2",
2017-01-01 04:18:50 +00:00
"smartcli": "^2.0.1",
"smartfile": "^4.1.1",
"smartgit": "1.0.5",
"smartstring": "^2.0.22",
2016-10-22 02:16:07 +00:00
"typings-global": "^1.0.14"
2016-06-18 13:07:54 +00:00
},
"devDependencies": {
2016-10-23 22:35:00 +00:00
"@types/should": "^8.1.30",
2017-01-01 04:18:50 +00:00
"npmts-g": "^5.2.10",
2016-10-22 02:16:07 +00:00
"qenv": "^1.1.1",
2017-01-01 04:18:50 +00:00
"should": "^11.1.2",
2016-10-22 02:16:07 +00:00
"typings-test": "^1.0.3"
2016-06-18 12:59:46 +00:00
}
2016-04-10 13:56:13 +00:00
}