{
  "name": "webpack-conditional-loader",
  "version": "1.0.12",
  "description": "#ifdef for JavaScript",
  "main": "src/index.js",
  "directories": {
    "test": "test",
    "src": "src"
  },
  "files": [
    "src/",
    "test/"
  ],
  "dependencies": {},
  "devDependencies": {
    "standard": "^10.0.2",
    "tap": "^10.7.0",
    "webpack": "^3.4.1"
  },
  "scripts": {
    "test": "NODE_ENV=PRODUCTION npm run build && tap 'test/index.js'",
    "lint": "standard --fix './src/**/*.js' './test/**/.js'",
    "build": "webpack --config webpack.js > /dev/null"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/caiogondim/webpack-conditional-loader.git"
  },
  "keywords": [],
  "author": "Caio Gondim",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/caiogondim/webpack-conditional-loader/issues"
  },
  "homepage": "https://github.com/caiogondim/webpack-conditional-loader#readme"
}
