UNPKG

816 BJSONView Raw
1{
2 "name": "react-svg-loader",
3 "version": "3.0.3",
4 "description": "Optimize svg and load it as a React Component",
5 "keywords": [
6 "loader",
7 "react",
8 "react-svg-loader",
9 "webpack",
10 "webpack-loader"
11 ],
12 "homepage": "https://github.com/boopathi/react-svg-loader/tree/master/packages/react-svg-loader",
13 "bugs": {
14 "url": "https://github.com/boopathi/react-svg-loader/issues"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/boopathi/react-svg-loader.git"
19 },
20 "license": "MIT",
21 "author": "boopathi",
22 "files": [
23 "lib",
24 "README.md"
25 ],
26 "main": "lib/loader.js",
27 "dependencies": {
28 "loader-utils": "^1.2.3",
29 "react-svg-core": "^3.0.3"
30 },
31 "engines": {
32 "node": ">=8"
33 },
34 "gitHead": "cf2ffcea04be8e008ef01e5710e43d3fc76cfdf2"
35}