{
  "name": "babel-plugin-locals",
  "version": "1.0.1",
  "description": "Python-style locals() in JavaScript",
  "main": "dist/index.js",
  "jsnext:main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "mocha  test/main.js",
    "build": "babel index.js -d dist",
    "build-test": "npm run build && npm test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/active-expressions/babel-plugin-locals.git"
  },
  "keywords": [
    "babel-plugin",
    "babel",
    "plugin",
    "transform",
    "locals",
    "scope"
  ],
  "author": {
    "name": "Stefan Ramson",
    "email": "stefan.ramson@gmail.com",
    "url": "http://onsetsu.github.io/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/active-expressions/babel-plugin-locals/issues"
  },
  "homepage": "https://github.com/active-expressions/babel-plugin-locals#readme",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.11.4",
    "babel-preset-es2015": "^6.9.0",
    "mocha": "2.2.5"
  }
}
