smartacme/package.json
2017-01-22 21:50:04 +01:00

46 lines
1.0 KiB
JSON

{
"name": "smartacme",
"version": "1.0.7",
"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.5",
"@types/q": "0.x.x",
"dnsly": "^1.0.7",
"node-forge": "^0.6.47",
"q": "^1.4.1",
"rawacme": "^0.2.1",
"rsa-keygen": "^1.0.6",
"smartdelay": "^1.0.1",
"smartfile": "^4.1.4",
"smartstring": "^2.0.22",
"typings-global": "^1.0.14"
},
"devDependencies": {
"@types/should": "^8.1.30",
"cflare": "0.0.11",
"qenv": "^1.1.3",
"should": "^11.1.2",
"typings-test": "^1.0.3"
}
}