{
  "name": "skeleton-loader",
  "version": "2.0.0",
  "title": "skeleton-loader",
  "description": "Loader module for webpack to execute your custom procedure. It works as your custom loader.",
  "keywords": [
    "webpack",
    "loader",
    "custom",
    "custom-loader",
    "function",
    "instant",
    "edit",
    "content",
    "modify"
  ],
  "main": "./lib/skeleton-loader.js",
  "files": [
    "lib/*.js"
  ],
  "dependencies": {
    "loader-utils": "^1.1.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.0.5",
    "sinon": "^4.4.10"
  },
  "scripts": {
    "test": "mocha"
  },
  "homepage": "https://github.com/anseki/skeleton-loader",
  "repository": {
    "type": "git",
    "url": "git://github.com/anseki/skeleton-loader.git"
  },
  "bugs": "https://github.com/anseki/skeleton-loader/issues",
  "license": "MIT",
  "author": {
    "name": "anseki",
    "url": "https://github.com/anseki"
  }
}
