-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
39 lines (39 loc) · 912 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
{
"name": "svg-to-jsx",
"version": "1.0.4",
"description": "SVG to JSX converter",
"main": "index.js",
"scripts": {
"test": "mocha test test/*_test.js"
},
"bin": "./bin/svg-to-jsx",
"repository": {
"type": "git",
"url": "https://github.com/janjakubnanista/svg-to-jsx"
},
"keywords": [
"JSX",
"SVG",
"React"
],
"author": "Ján Jakub Naništa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/janjakubnanista/svg-to-jsx/issues"
},
"homepage": "https://github.com/janjakubnanista/svg-to-jsx",
"dependencies": {
"object-assign": "^4.0.1",
"q": "^1.4.1",
"xml2js": "^0.4.10",
"xmlbuilder": "^13.0.2",
"yargs": "^3.21.0"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"expect.js": "^0.3.1",
"mocha": "^6.2.0"
},
"tonicExampleFilename": "example.js"
}