{
  "name": "webpack-glob-entries",
  "version": "1.0.1",
  "description": "A small function which allows you to pass glob to generate entries hash object",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gcds/webpack-glob-entries.git"
  },
  "keywords": [
    "webpack",
    "glob",
    "entries"
  ],
  "author": "Aurimas Niekis <aurimas.niekis@gmail.com>",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/gcds/webpack-glob-entries/blob/master/LICENSE"
    }
  ],
  "bugs": {
    "url": "https://github.com/gcds/webpack-glob-entries/issues"
  },
  "homepage": "https://github.com/gcds/webpack-glob-entries#readme",
  "dependencies": {
    "glob": "^5.0.15"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "mocha": "^2.3.3",
    "proxyquire": "^1.7.3"
  }
}
