{
  "name": "eslint-plugin-import",
  "version": "0.4.2",
  "description": "Import with sanity.",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "watch": "mocha --recursive --reporter dot --watch tests/lib/",
    "test": "istanbul cover --dir reports/coverage _mocha tests/lib/ -- --recursive --reporter dot"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/benmosher/eslint-plugin-import"
  },
  "keywords": [
    "eslint",
    "eslintplugin",
    "es6",
    "jsnext",
    "modules",
    "import",
    "export"
  ],
  "author": "Ben Mosher (me@benmosher.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/benmosher/eslint-plugin-import/issues"
  },
  "homepage": "https://github.com/benmosher/eslint-plugin-import",
  "devDependencies": {
    "chai": "^2.1.2",
    "eslint": ">=0.16.0",
    "eslint-tester": ">=0.6.0",
    "istanbul": "^0.3.11",
    "mocha": "^2.2.1",
    "object-assign": "^2.0.0"
  },
  "peerDependencies": {
    "eslint": ">=0.16.0"
  },
  "dependencies": {
    "array.prototype.find": "1.0.0",
    "es6-map": "0.1.1",
    "es6-set": "0.1.1",
    "espree": "2.0.1",
    "resolve": "1.1.6"
  }
}
