{
  "name": "condition-loader",
  "version": "1.0.5",
  "description": "webpack conditional loader for any type of text file",
  "main": "index.js",
  "scripts": {
    "test": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laomu1988/condition-loader.git"
  },
  "keywords": [
    "conditional-loader",
    "ifdef-loader",
    "webpack"
  ],
  "author": "laomu1988@qq.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/laomu1988/condition-loader/issues"
  },
  "homepage": "https://github.com/laomu1988/condition-loader#readme",
  "devDependencies": {
    "webpack": "^3.11.0"
  },
  "dependencies": {
    "loader-utils": "^1.1.0"
  }
}
