{
  "name": "eslint-plugin-import",
  "version": "0.3.9",
  "description": "Import with sanity.",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "mocha --reporter dot --recursive tests/"
  },
  "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.17.1",
    "eslint-tester": "^0.6.0",
    "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": "^1.12.0",
    "estraverse": "^3.1.0",
    "resolve": "^1.1.6"
  }
}
