{
  "name": "eslint-plugin-extra-rules",
  "description": "My custom eslint rules in addition to the ones provided at http://eslint.org/",
  "version": "0.0.0-development",
  "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
  "bugs": {
    "url": "https://github.com/bahmutov/eslint-rules/issues"
  },
  "config": {
    "pre-git": {
      "commit-msg": "simple",
      "pre-commit": [
        "npm run build",
        "npm test",
        "npm run no-long-files"
      ],
      "pre-push": [
        "npm run size"
      ],
      "post-commit": [],
      "post-merge": []
    },
    "next-update": {
      "skip": []
    }
  },
  "contributors": [
    "Eric Wooley <ericwooley@gmail.com>"
  ],
  "dependencies": {
    "console-assert": "1.0.0",
    "espree": "3.0.0-alpha-1",
    "quote": "0.4.0"
  },
  "devDependencies": {
    "eslint": "1.10.3",
    "git-issues": "1.3.1",
    "grunt": "0.4.5",
    "grunt-cli": "0.1.13",
    "grunt-contrib-jshint": "0.12.0",
    "grunt-deps-ok": "0.9.0",
    "grunt-eslint": "17.3.2",
    "grunt-filenames": "0.4.0",
    "grunt-jscs": "3.0.1",
    "grunt-nice-package": "0.10.4",
    "gt": "0.10.0",
    "jshint-summary": "0.4.0",
    "matchdep": "1.0.1",
    "next-update-travis": "1.7.1",
    "pre-git": "3.17.1",
    "semantic-release": "6.3.6"
  },
  "engines": {
    "node": "> 0.10.*"
  },
  "files": [
    "*.js",
    "!Gruntfile.js",
    "src"
  ],
  "homepage": "https://github.com/bahmutov/eslint-rules",
  "keywords": [
    "custom",
    "eslint",
    "javascript",
    "lint",
    "rule",
    "rules"
  ],
  "license": "MIT",
  "main": "index.js",
  "release": {
    "analyzeCommits": "simple-commit-message"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bahmutov/eslint-rules.git"
  },
  "scripts": {
    "build": "grunt",
    "commit": "git-issues && commit-wizard",
    "issues": "git-issues",
    "no-long-files": "eslint --rulesdir . -c test/long-file.json test/long-file.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
    "test": "gt test/test.js test/is-constant.js"
  }
}
