{
  "name": "es-lookup-scope",
  "version": "1.0.1",
  "description": "Look up the scoop of an estree compatible node",
  "main": "dist/index.js",
  "scripts": {
    "test": "gulp",
    "build": "gulp build",
    "coverage": "gulp coverage",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/megawac/es-lookup-scope.git"
  },
  "keywords": [
    "ast",
    "scope",
    "get scope",
    "acorn"
  ],
  "author": "Graeme Yeates <yeatesgraeme@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/megawac/es-lookup-scope/issues"
  },
  "homepage": "https://github.com/megawac/es-lookup-scope",
  "devDependencies": {
    "acorn": "^1.0.1",
    "babel": "^4.3.0",
    "chai": "^2.0.0",
    "del": "^1.1.1",
    "gulp": "^3.8.10",
    "gulp-babel": "^4.0.0",
    "gulp-istanbul": "^0.6.0",
    "gulp-jscs": "^1.4.0",
    "gulp-jshint": "^1.9.0",
    "gulp-load-plugins": "^0.8.0",
    "gulp-mocha": "^2.0.0",
    "gulp-notify": "^2.1.0",
    "gulp-plumber": "^0.6.6",
    "isparta": "^2.0.0",
    "jshint-stylish": "^1.0.0",
    "lodash": "lodash/lodash",
    "mkdirp": "^0.5.0",
    "mocha": "^2.1.0",
    "sinon": "^1.12.2",
    "sinon-chai": "^2.7.0"
  },
  "nodeBoilerplateOptions": {
    "mochaGlobals": [
      "stub",
      "spy",
      "expect"
    ]
  },
  "dependencies": {
    "es6-collections": "^0.5.1",
    "escope": "^1.0.3",
    "lodash.findlast": "^3.2.0"
  }
}
