2016-11-01 17:27:57 +00:00
|
|
|
{
|
|
|
|
"name": "smartacme",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"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/base64url": "^2.0.3",
|
|
|
|
"jwa": "^1.1.3",
|
2016-11-03 17:57:42 +00:00
|
|
|
"q": "^1.4.1",
|
2016-11-01 17:27:57 +00:00
|
|
|
"rsa-pem-to-jwk": "^1.1.3",
|
2016-11-03 17:57:42 +00:00
|
|
|
"shelljs": "^0.7.5",
|
2016-11-07 17:41:52 +00:00
|
|
|
"smartfile": "^4.1.0",
|
2016-11-01 19:16:43 +00:00
|
|
|
"smartstring": "^2.0.20",
|
2016-11-01 17:27:57 +00:00
|
|
|
"typings-global": "^1.0.14"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/should": "^8.1.30",
|
|
|
|
"should": "^11.1.1",
|
|
|
|
"typings-test": "^1.0.3"
|
|
|
|
}
|
|
|
|
}
|