-
-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 814 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "react-svg-loader-cli",
"version": "3.0.3",
"description": "react-svg-loader cli",
"keywords": [
"cli",
"commandline",
"react",
"react-svg-loader"
],
"homepage": "https://github.com/boopathi/react-svg-loader/tree/master/packages/react-svg-loader-cli",
"bugs": {
"url": "https://github.com/boopathi/react-svg-loader/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boopathi/react-svg-loader.git"
},
"license": "MIT",
"author": "boopathi",
"files": [
"bin",
"lib",
"README.md"
],
"main": "lib/loader.js",
"bin": {
"svg2react": "./lib/cli.js"
},
"dependencies": {
"lodash.isplainobject": "^4.0.6",
"react-svg-loader": "^3.0.3",
"yargs": "^13.2.4"
},
"engines": {
"node": ">=8"
}
}