smartcert/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2016-04-10 13:56:13 +00:00
{
"name": "cert",
2016-07-22 00:59:33 +00:00
"version": "1.0.1",
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": {
2016-07-04 06:41:58 +00:00
"test": "(npm run cleanTest && npmts)",
2016-07-04 07:00:31 +00:00
"cleanTest": "(rm -rf ./test/assets)",
2016-07-01 04:26:10 +00:00
"install": "node dist/install.js install",
2016-07-04 07:00:31 +00:00
"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-21 12:58:05 +00:00
"@types/minimatch": "^2.0.28",
"@types/q": "^0.0.27",
"@types/shelljs": "^0.3.27",
"beautylog": "^5.0.14",
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-07-22 00:11:04 +00:00
"lik": "^1.0.2",
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-21 12:58:05 +00:00
"smartfile": "^4.0.12",
"smartgit": "0.1.9",
"smartstring": "^2.0.15",
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-07-21 12:58:05 +00:00
"should": "^10.0.0",
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
}