react-native-web-headroom
Version:
React Native Web Headroom
30 lines (29 loc) • 684 B
JSON
{
"name": "url-loader",
"version": "0.6.2",
"author": "Tobias Koppers @sokra",
"description": "url loader module for webpack",
"license": "MIT",
"scripts": {
"release": "standard-version"
},
"dependencies": {
"loader-utils": "^1.0.2",
"mime": "^1.4.1",
"schema-utils": "^0.3.0"
},
"devDependencies": {
"standard-version": "^4.0.0"
},
"peerDependencies": {
"file-loader": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/url-loader.git"
},
"bugs": {
"url": "https://github.com/webpack-contrib/url-loader/issues"
},
"homepage": "https://github.com/webpack-contrib/url-loader"
}