-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
33 lines (33 loc) · 877 Bytes
/
package.json
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
{
"name": "reicons",
"version": "0.4.7",
"description": "CLI tool to generate React icons component using svg files",
"bin": {
"reicons": "./bin/reicons.js"
},
"scripts": {
"debug": "./bin/reicons.js -p font-awesome:fa icons:icon -s examples/default/images -b examples/default/components/Icons"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedronauck/reicons.git"
},
"license": "MIT",
"preferGlobal": true,
"bugs": {
"url": "https://github.com/pedronauck/reicons/issues"
},
"homepage": "https://github.com/pedronauck/reicons#readme",
"dependencies": {
"async": "^2.3.0",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"lodash": "^4.15.0",
"node-emoji": "^1.5.1",
"prop-types": "^15.5.8",
"shelljs": "^0.7.7",
"svgo": "^0.7.0",
"through2": "^2.0.1",
"yargs": "^7.1.0"
}
}