UNPKG

import-glob-loader

Version:
33 lines (32 loc) 778 B
{ "name": "import-glob-loader", "version": "1.1.0", "description": "Globbing preloader for Webpack", "main": "index.js", "scripts": { "prepublish": "babel src/index.js -o index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "webpack", "loader", "glob" ], "author": "Alex Lee <aintaer@aintaer.com>", "license": "ISC", "dependencies": { "glob": "^5.0.13", "loader-utils": "^0.2.10" }, "devDependencies": { "babel": "^5.6.14" }, "repository": { "type": "git", "url": "git+https://github.com/Aintaer/import-glob-loader.git" }, "bugs": { "url": "https://github.com/Aintaer/import-glob-loader/issues" }, "homepage": "https://github.com/Aintaer/import-glob-loader#readme" }