{
	"name": "file-loader",
	"version": "0.7.2",
	"author": "Tobias Koppers @sokra",
	"description": "file loader module for webpack",
	"dependencies": {
		"loader-utils": "0.2.x"
	},
	"optionalDependencies": {
		"bignum": "~0.9.0"
	},
	"devDependencies": {
		"should": "~4.0.4",
		"mocha": "~1.21.3"
	},
	"scripts": {
		"test": "mocha -R spec"
	},
	"repository": {
		"type": "git",
		"url": "git@github.com:webpack/file-loader.git"
	},
	"licenses": [
		{
			"type": "MIT",
			"url": "http://www.opensource.org/licenses/mit-license.php"
		}
	]
}
