{
  "name": "ifdef-loader",
  "version": "2.3.2",
  "description": "",
  "main": "ifdef-loader.js",
  "devDependencies": {
    "@types/jasmine": "^2.5.43",
    "@types/loader-utils": "^1.1.3",
    "@types/node": "^7.10.14",
    "jasmine": "^2.5.3",
    "typescript": "^4.2.4",
    "webpack": "^3.5.5"
  },
  "scripts": {
    "build": "tsc",
    "test": "node node_modules/webpack/bin/webpack.js & tsc & jasmine --no-color"
  },
  "author": "Antonino Porcino <nino.porcino@gmail.com>",
  "contributors": [
    {
      "name": "Erez Eshkol",
      "email": "erez@erez.pw"
    },
    {
      "name": "Wisam Ghantous",
      "url": "https://github.com/gwigwam"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nippur72/ifdef-loader.git"
  },
  "bugs": {
    "url": "https://github.com/nippur72/ifdef-loader/issues"
  },
  "homepage": "https://github.com/nippur72/ifdef-loader#readme",
  "dependencies": {
    "loader-utils": "^1.1.0"
  }
}
