diff options
Diffstat (limited to 'debian/tests/test_modules/https-pem/package.json')
-rw-r--r-- | debian/tests/test_modules/https-pem/package.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/tests/test_modules/https-pem/package.json b/debian/tests/test_modules/https-pem/package.json new file mode 100644 index 0000000..3162b58 --- /dev/null +++ b/debian/tests/test_modules/https-pem/package.json @@ -0,0 +1,44 @@ +{ + "name": "https-pem", + "version": "2.0.0", + "description": "Self-signed PEM key and certificate ready for use in your HTTPS server", + "main": "index.js", + "scripts": { + "postinstall": "node install.js", + "test": "standard && node test.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/watson/https-pem.git" + }, + "keywords": [ + "tls", + "https", + "pem", + "key", + "keys", + "cert", + "certificate", + "selfsigned", + "self-signed", + "development", + "options", + "server" + ], + "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)", + "license": "MIT", + "bugs": { + "url": "https://github.com/watson/https-pem/issues" + }, + "homepage": "https://github.com/watson/https-pem#readme", + "dependencies": { + "selfsigned": "^1.10.1" + }, + "devDependencies": { + "standard": "^10.0.2" + }, + "coordinates": [ + 55.7774667, + 12.5906882 + ] +} |