-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 989 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
34
35
36
37
38
39
40
{
"name": "react-svg-components-generator",
"version": "0.1.0",
"description": "Generate React Icon Components from SVG files",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src",
"templates"
],
"repository": {
"type": "git",
"url": "git+https://github.com/toppr/react-svg-components-generator.git"
},
"keywords": [
"react",
"svg",
"icon"
],
"author": "Gautam Chaudhary <[email protected]>",
"contributors": [
"Gautam Chaudhary <[email protected]>",
"Rajat Barman <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/toppr/react-svg-components-generator/issues"
},
"homepage": "https://github.com/toppr/react-svg-components-generator#readme",
"dependencies": {
"fs-extra": "^4.0.2",
"glob": "^7.1.2",
"jsdom": "^11.2.0",
"lodash": "^4.17.4",
"nunjucks": "^3.0.1",
"svgo": "^0.7.2"
}
}