{
  "name": "lexical-scope",
  "version": "1.2.0",
  "description": "detect global and local lexical identifiers from javascript source code",
  "main": "index.js",
  "dependencies": {
    "astw": "^2.0.0"
  },
  "devDependencies": {
    "tape": "~2.4.1",
    "brfs": "~0.0.3"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/6",
      "ie/7",
      "ie/8",
      "ie/9",
      "ie/10",
      "chrome/20",
      "chrome/latest",
      "firefox/10",
      "firefox/15",
      "firefox/latest",
      "safari/latest",
      "opera/11.0",
      "opera/latest"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/lexical-scope.git"
  },
  "homepage": "https://github.com/substack/lexical-scope",
  "keywords": [
    "ast",
    "variable",
    "name",
    "lexical",
    "local",
    "global",
    "implicit",
    "exported"
  ],
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "license": "MIT"
}
