{ "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.4.2" }, "devDependencies": { "chai": "^4.3.4", "mocha": "^10.1.0", "sinon": "^11.1.1" }, "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" } }