smartacme/package.json

43 lines
980 B
JSON
Raw Normal View History

2016-11-01 17:27:57 +00:00
{
"name": "smartacme",
2017-01-27 00:09:48 +00:00
"version": "1.0.9",
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",
"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": {
2017-04-28 16:56:55 +00:00
"@types/node-forge": "^0.6.8",
"dnsly": "^2.0.4",
"node-forge": "^0.7.1",
"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
}
}