{
  "name": "hoister",
  "version": "0.0.2",
  "description": "Put all function and variable declarations at the top of the scope in an AST",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mmckegg/hoister.git"
  },
  "keywords": [
    "ast",
    "hoist",
    "esprima",
    "javascript"
  ],
  "author": "Matt McKegg",
  "license": "MIT",
  "readmeFilename": "README.md",
  "gitHead": "d21084a8a5a5382128b88dd3c5ba960bee261d96",
  "bugs": {
    "url": "https://github.com/mmckegg/hoister/issues"
  },
  "devDependencies": {
    "esprima": "~1.0",
    "tape": "~2.3"
  }
}
