{ "name": "script-loader", "version": "0.7.2", "author": "Tobias Koppers @sokra", "description": "script loader module for webpack", "license": "MIT", "scripts": { "release": "standard-version" }, "dependencies": { "raw-loader": "~0.5.1" }, "devDependencies": { "standard-version": "^4.2.0" }, "repository": { "type": "git", "url": "https://github.com/webpack-contrib/script-loader.git" }, "bugs": { "url": "https://github.com/webpack/script-loader/issues" }, "homepage": "https://github.com/webpack/script-loader" }