2016-11-01 17:27:57 +00:00
|
|
|
{
|
|
|
|
"name": "smartacme",
|
2017-04-28 17:01:04 +00:00
|
|
|
"version": "1.0.11",
|
2016-11-01 17:27:57 +00:00
|
|
|
"description": "acme implementation in TypeScript",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(npmts --nodocs)"
|
|
|
|
},
|
|
|
|
"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": {
|
2017-04-28 16:56:55 +00:00
|
|
|
"@types/node-forge": "^0.6.8",
|
|
|
|
"dnsly": "^2.0.4",
|
|
|
|
"node-forge": "^0.7.1",
|
2017-01-01 17:05:26 +00:00
|
|
|
"rawacme": "^0.2.1",
|
|
|
|
"rsa-keygen": "^1.0.6",
|
2017-01-22 20:50:04 +00:00
|
|
|
"smartdelay": "^1.0.1",
|
2017-04-28 16:56:55 +00:00
|
|
|
"smartfile": "^4.1.10",
|
|
|
|
"smartq": "^1.1.1",
|
|
|
|
"smartstring": "^2.0.24",
|
|
|
|
"typings-global": "^1.0.16"
|
2016-11-01 17:27:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-04-28 16:56:55 +00:00
|
|
|
"cflare": "0.0.19",
|
2017-01-22 20:50:04 +00:00
|
|
|
"qenv": "^1.1.3",
|
2017-04-28 16:56:55 +00:00
|
|
|
"tapbundle": "^1.0.10"
|
2016-11-01 17:27:57 +00:00
|
|
|
}
|
|
|
|
}
|