{
    "name": "metalsmith-cloudfront",
    "version": "1.0.0",
    "description": "A Metalsmith.io plugin to invalidate Amazon CloudFront caches",
    "main": "src/index.js",
    "scripts": {
        "test": "npm install && npm run lint && npm run test:unit && npm run coverage",
        "test:unit": "nyc node_modules/.bin/_mocha ./tests/unit",
        "coverage": "nyc check-coverage --statement 100 --branches 100 --functions 100 --lines 100",
        "lint": "eslint --max-warnings 0 src",
        "prepublishOnly": "npm test && npm prune --production"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/carlnordenfelt/metalsmith-cloudfront"
    },
    "keywords": [
        "Metalsmith.io",
        "CloudFront",
        "Cache",
        "Invalidation",
        "Amazon",
        "AWS"
    ],
    "author": "Carl Nordenfelt",
    "license": "MIT",
    "issues": {
        "url": "https://github.com/carlnordenfelt/metalsmith-cloudfront/issues"
    },
    "homepage": "https://github.com/carlnordenfelt/metalsmith-cloudfront",
    "dependencies": {
        "aws-sdk": "^2.358.0"
    },
    "devDependencies": {
        "chai": "^4.2.0",
        "eslint": "5.9.0",
        "eslint-config-defaults": "9.0.0",
        "eslint-plugin-filenames": "1.3.2",
        "eslint-plugin-import": "2.14.0",
        "mocha": "^5.2.0",
        "mockery": "^2.1.0",
        "sinon": "^7.1.1",
        "sinon-chai": "^3.2.0",
        "nyc": "^13.1.0"
    }
}
