{
  "name": "grunt-broccoli",
  "version": "1.1.4",
  "description": "Broccoli build, watch and serve tasks for Grunt",
  "main": "tasks/broccoli.js",
  "tags": [
    "gruntplugin",
    "broccoli"
  ],
  "scripts": {
    "test": "grunt test"
  },
  "author": "Taras Mankovski <taras@quandl.com>",
  "contributors": [
    "Fredrik Ekelund <fredrik@fredrik.computer>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/EmberSherpa/grunt-broccoli.git"
  },
  "dependencies": {
    "broccoli": "^1.1.3",
    "connect": "^3.6.3",
    "copy-dereference": "^1.0.0",
    "findup-sync": "^2.0.0",
    "joi": "^11.0.1",
    "lodash": "^4.17.4",
    "rimraf": "^2.2.8",
    "tiny-lr": "^1.0.5",
    "walk-sync": "^0.3.2"
  },
  "devDependencies": {
    "autoprefixer": "^7.1.4",
    "broccoli-funnel": "^2.0.1",
    "broccoli-merge-trees": "^2.0.0",
    "broccoli-postcss": "^3.5.0",
    "broccoli-sass-source-maps": "^4.0.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-eslint": "^20.1.0",
    "sass": "^1.18.0"
  },
  "eslintConfig": {
    "env": {
      "node": true,
      "commonjs": true
    },
    "extends": "eslint:recommended",
    "rules": {
      "curly": [
        "error",
        "all"
      ],
      "indent": [
        "error",
        2
      ],
      "linebreak-style": [
        "error",
        "unix"
      ],
      "no-console": [
        "error",
        {
          "allow": [
            "warn",
            "error",
            "time",
            "timeEnd",
            "info"
          ]
        }
      ],
      "no-unused-vars": [
        "error",
        {
          "args": "none"
        }
      ],
      "one-var": [
        2,
        "never"
      ],
      "quotes": [
        "error",
        "single",
        {
          "allowTemplateLiterals": true
        }
      ],
      "semi": [
        "error",
        "always"
      ]
    }
  }
}
