2016-11-01 17:27:57 +00:00
|
|
|
{
|
2018-10-07 19:02:17 +00:00
|
|
|
"name": "@pushrocks/smartacme",
|
2019-01-15 22:59:21 +00:00
|
|
|
"version": "2.0.29",
|
2018-08-12 18:58:59 +00:00
|
|
|
"private": false,
|
2016-11-01 17:27:57 +00:00
|
|
|
"description": "acme implementation in TypeScript",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
2018-08-12 18:58:59 +00:00
|
|
|
"test": "(tstest test/)",
|
2019-01-04 22:30:37 +00:00
|
|
|
"build": "(tsbuild)"
|
2016-11-01 17:27:57 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-04-28 16:59:43 +00:00
|
|
|
"url": "git+ssh://git@gitlab.com/umbrellazone/smartacme.git"
|
2016-11-01 17:27:57 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"TypeScript",
|
|
|
|
"acme",
|
|
|
|
"letsencrypt"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-04-28 16:59:43 +00:00
|
|
|
"url": "https://gitlab.com/umbrellazone/smartacme/issues"
|
2016-11-01 17:27:57 +00:00
|
|
|
},
|
2017-04-28 16:59:43 +00:00
|
|
|
"homepage": "https://gitlab.com/umbrellazone/smartacme#README",
|
2016-11-01 17:27:57 +00:00
|
|
|
"dependencies": {
|
2019-01-08 19:45:35 +00:00
|
|
|
"@pushrocks/lik": "^3.0.4",
|
|
|
|
"@pushrocks/smartdata": "^3.1.13",
|
2018-08-11 23:35:14 +00:00
|
|
|
"@pushrocks/smartdelay": "^2.0.2",
|
2019-01-07 00:00:58 +00:00
|
|
|
"@pushrocks/smartdns": "^3.0.8",
|
2019-01-15 22:59:21 +00:00
|
|
|
"@pushrocks/smartexpress": "^3.0.6",
|
|
|
|
"@pushrocks/smartlog": "^2.0.10",
|
2018-08-11 22:29:02 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
2019-01-08 19:45:35 +00:00
|
|
|
"@pushrocks/smartrequest": "^1.1.14",
|
2019-01-13 01:10:00 +00:00
|
|
|
"@pushrocks/smartstring": "^3.0.8",
|
2019-01-08 19:45:35 +00:00
|
|
|
"@pushrocks/smarttime": "^3.0.5",
|
|
|
|
"@pushrocks/smartunique": "^3.0.1",
|
2019-01-13 20:40:40 +00:00
|
|
|
"acme-client": "2.2.2"
|
2016-11-01 17:27:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-06 19:41:21 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.4",
|
|
|
|
"@gitzone/tsrun": "^1.1.17",
|
|
|
|
"@gitzone/tstest": "^1.0.18",
|
|
|
|
"@mojoio/cloudflare": "^2.0.0",
|
2019-01-15 22:59:21 +00:00
|
|
|
"@pushrocks/qenv": "^4.0.0",
|
2019-01-06 19:41:21 +00:00
|
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
|
|
"@types/node": "^10.12.18",
|
2019-01-15 22:59:21 +00:00
|
|
|
"tslint": "^5.12.1",
|
2019-01-06 19:41:21 +00:00
|
|
|
"tslint-config-prettier": "^1.17.0"
|
2016-11-01 17:27:57 +00:00
|
|
|
}
|
2019-01-06 19:41:22 +00:00
|
|
|
}
|