{
  "name": "babel-plugin-global-define",
  "version": "1.0.3",
  "description": "The GlobalDefine plugin allows you to create global constants which is similar to Webpack's DefinePlugin.",
  "main": "lib",
  "scripts": {
    "build": "babel ./src -d lib",
    "clean": "rimraf lib/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZhaZhengRefn/babel-plugin-global-define.git"
  },
  "engines": {
    "node": ">= 6.x.x"
  },
  "keywords": [
    "babel-plugin",
    "define",
    "global-define",
    "DefinePlugin"
  ],
  "author": "ZhaZhengRefn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ZhaZhengRefn/babel-plugin-global-define/issues"
  },
  "homepage": "https://github.com/ZhaZhengRefn/babel-plugin-global-define#readme",
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "rimraf": "^2.6.2"
  }
}
