2016-11-01 17:27:57 +00:00
|
|
|
{
|
|
|
|
"name": "smartacme",
|
2018-08-12 18:59:56 +00:00
|
|
|
"version": "1.1.3",
|
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/)",
|
|
|
|
"build": "echo \"Not needed for now\""
|
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": {
|
2018-08-11 23:35:14 +00:00
|
|
|
"@pushrocks/smartdelay": "^2.0.2",
|
2018-08-11 22:29:02 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
|
|
"acme-v2": "^1.2.0",
|
|
|
|
"rsa-compat": "^1.5.1"
|
2016-11-01 17:27:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-08-11 22:29:02 +00:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
|
|
"@gitzone/tsrun": "^1.1.12",
|
|
|
|
"@gitzone/tstest": "^1.0.13",
|
|
|
|
"@types/node": "^10.5.8",
|
|
|
|
"cflare": "^1.0.5",
|
|
|
|
"qenv": "^1.1.7",
|
|
|
|
"tapbundle": "^2.0.2"
|
2016-11-01 17:27:57 +00:00
|
|
|
}
|
2018-08-12 18:59:00 +00:00
|
|
|
}
|