{
  "name": "babel-plugin-dev",
  "version": "1.0.0",
  "description": "Babel plugin that replaces the \"__DEV__\" keyword with \"process.env.NODE_ENV !== 'production'\" for dev- and debug-specific code.",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js ./test/index.js",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Zenwolf/babel-plugin-dev.git"
  },
  "keywords": [
    "babel-plugin",
    "dev",
    "debug"
  ],
  "author": "Matthew Jaquish <mattjaq@yahoo.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Zenwolf/babel-plugin-dev/issues"
  },
  "homepage": "https://github.com/Zenwolf/babel-plugin-dev#readme",
  "devDependencies": {
    "babel-core": "^6.2.1",
    "eslint": "^1.10.3",
    "mocha": "^2.3.4"
  }
}
