@silvermine/serverless-plugin-cloudfront-lambda-edge
Version:
Plugin for the SLS 1.x branch to provide support for Lambda@Edge (not currently supported by CloudFormation
43 lines (42 loc) • 1.31 kB
JSON
{
"name": "@silvermine/serverless-plugin-cloudfront-lambda-edge",
"version": "2.2.3",
"description": "Plugin for the SLS 1.x branch to provide support for Lambda@Edge (not currently supported by CloudFormation",
"main": "src/index.js",
"scripts": {
"test": "check-node-version --npm 6.14.12 && nyc mocha -- 'src/tests/**/*.test.js'",
"commitlint": "commitlint --from f506194"
},
"author": "Jeremy Thomerson",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/silvermine/serverless-plugin-cloudfront-lambda-edge.git"
},
"keywords": [
"serverless plugin cloudfront lambda edge",
"serverless",
"cloudfront",
"lambda@ege"
],
"bugs": {
"url": "https://github.com/silvermine/serverless-plugin-cloudfront-lambda-edge/issues"
},
"homepage": "https://github.com/silvermine/serverless-plugin-cloudfront-lambda-edge#readme",
"dependencies": {
"class.extend": "0.9.2",
"underscore": "1.13.1"
},
"devDependencies": {
"@silvermine/eslint-config": "3.0.1",
"@silvermine/standardization": "1.0.3",
"check-node-version": "4.0.3",
"coveralls": "3.0.2",
"expect.js": "0.3.1",
"grunt": "1.4.0",
"grunt-eslint": "22.0.0",
"mocha": "8.4.0",
"nyc": "15.1.0",
"sinon": "3.2.1"
}
}