{
  "name": "eslint-plugin-underscore",
  "version": "0.0.10",
  "author": "Jordan Eldredge <jordan@jordaneldredge.com>",
  "description": "Underscore specific linting rules for ESLint",
  "main": "index.js",
  "scripts": {
    "coveralls": "cat ./reports/coverage/lcov.info | coveralls",
    "lint": "eslint ./",
    "test": "npm run lint && npm run unit-test",
    "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/captbaritone/eslint-plugin-underscore"
  },
  "homepage": "https://github.com/captbaritone/eslint-plugin-underscore",
  "bugs": "https://github.com/captbaritone/eslint-plugin-underscore/issues",
  "dependencies": {
    "lodash": "^3.10.1"
  },
  "devDependencies": {
    "coveralls": "2.11.4",
    "eslint": "1.9.0",
    "eslint-config-wix-editor": "0.0.1",
    "istanbul": "0.4.0",
    "mocha": "2.3.3"
  },
  "keywords": [
    "eslint",
    "eslint-plugin",
    "eslintplugin",
    "underscore"
  ],
  "license": "MIT"
}
