smartacme/package.json
2017-04-28 18:56:55 +02:00

43 lines
980 B
JSON

{
"name": "smartacme",
"version": "1.0.9",
"description": "acme implementation in TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts --nodocs)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartacme.git"
},
"keywords": [
"TypeScript",
"acme",
"letsencrypt"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartacme/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartacme#README",
"dependencies": {
"@types/node-forge": "^0.6.8",
"dnsly": "^2.0.4",
"node-forge": "^0.7.1",
"rawacme": "^0.2.1",
"rsa-keygen": "^1.0.6",
"smartdelay": "^1.0.1",
"smartfile": "^4.1.10",
"smartq": "^1.1.1",
"smartstring": "^2.0.24",
"typings-global": "^1.0.16"
},
"devDependencies": {
"cflare": "0.0.19",
"qenv": "^1.1.3",
"tapbundle": "^1.0.10"
}
}