{
  "name": "babel-plugin-macros",
  "version": "1.0.11",
  "description": "Macros for JavaScript via a babel plugin.",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel -d ./lib ./src",
    "prepublish": "npm run test",
    "pretest": "npm run build && npm run lint",
    "test": "mocha",
    "watch": "mocha --watch",
    "lint": "eslint ./src/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/codemix/babel-plugin-macros"
  },
  "keywords": [
    "babel",
    "babel-plugin",
    "macros",
    "ast"
  ],
  "author": "Charles Pick <charles@codemix.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/codemix/babel-plugin-macros/issues"
  },
  "homepage": "https://github.com/codemix/babel-plugin-macros",
  "devDependencies": {
    "babel-cli": "^6.4.5",
    "babel-core": "^6.4.5",
    "babel-eslint": "^4.1.6",
    "babel-plugin-transform-flow-strip-types": "^6.4.0",
    "babel-plugin-typecheck": "^3.6.1",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.4.3",
    "eslint": "^1.10.3",
    "mocha": "^2.3.4",
    "should": "^6.0.3"
  },
  "dependencies": {
  }
}
