UNPKG

lulo-plugin-s3-bucket-notification

Version:
49 lines (48 loc) 1.48 kB
{ "name": "lulo-plugin-s3-bucket-notification", "version": "1.1.1", "scripts": { "lint": "eslint --max-warnings 0 src tests", "test-unit": "NODE_ENV=TEST istanbul cover --include-all-sources true -x src/**/cfn-response.js -i \"src/**/*.js\" node_modules/.bin/_mocha ./tests/unit -- --recursive", "check-coverage": "NODE_ENV=TEST istanbul check-coverage --statement 100 --branches 100 --functions 100 --lines 100", "test": "npm run lint && npm run test-unit && npm run check-coverage", "prepublish": "npm test" }, "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/carlnordenfelt/lulo-plugin-s3-bucket-notification" }, "keywords": [ "AWS", "CloudFormation", "Custom Resource", "Plugin", "Lulo", "S3", "Bucket notification" ], "author": "Carl Nordenfelt", "license": "MIT", "issues": { "url": "https://github.com/carlnordenfelt/lulo-plugin-s3-bucket-notification/issues" }, "homepage": "https://github.com/carlnordenfelt/lulo-plugin-s3-bucket-notification", "dependencies": { "lodash": "4.17.5" }, "devDependencies": { "aws-sdk": "*", "chai": "3.5.0", "coveralls": "2.11.9", "eslint": "3.0.1", "eslint-config-defaults": "9.0.0", "eslint-plugin-filenames": "1.0.0", "eslint-plugin-import": "1.10.2", "istanbul": "0.4.4", "mocha": "2.5.3", "mockery": "1.7.0", "should": "9.0.2", "sinon": "1.17.4" } }