{ "name": "letsencrypt", "version": "1.0.2", "description": "Let's Encrypt for node.js on npm", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Daplie/node-letsencrypt.git" }, "keywords": [ "letsencrypt", "letsencrypt.org", "le", "Let's Encrypt", "lejs", "le.js", "acme", "node", "nodejs", "node.js", "client" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { "url": "https://github.com/Daplie/node-letsencrypt/issues" }, "homepage": "https://github.com/Daplie/node-letsencrypt#readme", "devDependencies": { "express": "^4.13.3", "localhost.daplie.com-certificates": "^1.1.2" }, "dependencies": { "bluebird": "^3.0.6", "letsencrypt-python": "^1.0.3", "serve-static": "^1.10.0" } }