{
  "name": "null-loader",
  "version": "0.1.0",
  "description": "A loader that returns an empty module.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/webpack/null-loader.git"
  },
  "keywords": [
    "webpack",
    "loader",
    "empty"
  ],
  "author": "Tobias Koppers @sokra",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/webpack/null-loader/issues"
  },
  "homepage": "https://github.com/webpack/null-loader"
}
