{
  "name": "lulo-plugin-sns-platform-application",
  "version": "1.1.0",
  "scripts": {
    "lint": "eslint src tests --max-warnings 0",
    "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-sns-platform-application"
  },
  "keywords": [
    "AWS",
    "CloudFormation",
    "Custom Resource",
    "Plugin",
    "Lulo",
    "SNS",
    "Plaform Application"
  ],
  "author": "Carl Nordenfelt",
  "license": "MIT",
  "issues": {
    "url": "https://github.com/carlnordenfelt/lulo-plugin-sns-platform-application/issues"
  },
  "homepage": "https://github.com/carlnordenfelt/lulo-plugin-sns-platform-application",
  "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"
  }
}
