|
| 1 | +{ |
| 2 | + "name": "node-letsencrypt-lambda", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Free Lets-Encrypt certificate management for CloudFront/AWS written in nodejs", |
| 5 | + "main": "app.js", |
| 6 | + "scripts": { |
| 7 | + "dev": "cross-env NODE_ENV=development node app" |
| 8 | + }, |
| 9 | + "keywords": [ |
| 10 | + "letsencrypt", |
| 11 | + "nodejs", |
| 12 | + "aws" |
| 13 | + ], |
| 14 | + "author": "Larry Anderson", |
| 15 | + "license": "ISC", |
| 16 | + "dependencies": { |
| 17 | + "aws-sdk": "~2.4.14", |
| 18 | + "babel-loader": "^6.2.5", |
| 19 | + "babel-plugin-transform-class-properties": "^6.16.0", |
| 20 | + "babel-plugin-transform-runtime": "^6.12.0", |
| 21 | + "babel-polyfill": "^6.16.0", |
| 22 | + "babel-preset-es2015": "^6.16.0", |
| 23 | + "babel-preset-react": "^6.16.0", |
| 24 | + "babel-preset-stage-0": "^6.16.0", |
| 25 | + "babel-register": "^6.16.3", |
| 26 | + "config": "^1.20.3", |
| 27 | + "es6-promisify": "^4.1.0", |
| 28 | + "eslint": "^3.7.0", |
| 29 | + "eslint-config-standard": "^6.2.0", |
| 30 | + "eslint-plugin-standard": "^2.0.1", |
| 31 | + "express": "^4.14.0", |
| 32 | + "node-forge": "^0.6.42", |
| 33 | + "promise": "^7.1.1", |
| 34 | + "rsa-compat": "^1.2.7", |
| 35 | + "superagent": "~1.8.4", |
| 36 | + "superagent-promise": "^1.1.0", |
| 37 | + "underscore": "^1.8.3", |
| 38 | + "urlsafe-base64": "^1.0.0", |
| 39 | + "webpack": "^1.13.2", |
| 40 | + "winston": "~2.2.0" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "concurrently": "^2.2.0", |
| 44 | + "cross-env": "~1.0.8", |
| 45 | + "eslint": "^3.6.0", |
| 46 | + "eslint-config-standard": "^6.0.1", |
| 47 | + "eslint-plugin-promise": "^2.0.1", |
| 48 | + "eslint-plugin-standard": "^2.0.0" |
| 49 | + } |
| 50 | +} |
0 commit comments