forked from chaitanyadeorukhkar/react-native-svg-uri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 904 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
{
"name": "react-native-svg-uri",
"version": "1.2.3",
"description": "Render an SVG Image from an URL",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matiascba/react-native-svg-uri.git"
},
"keywords": [
"react-native",
"svg",
"url",
"uri",
"http"
],
"author": "Matias Cortes",
"license": "ISC",
"dependencies": {
"@xmldom/xmldom": "^0.8.10"
},
"peerDependencies": {
"react-native-svg": "^9.5.1"
},
"bugs": {
"url": "https://github.com/matiascba/react-native-svg-uri/issues"
},
"homepage": "https://github.com/matiascba/react-native-svg-uri#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-preset-react-native": "^2.1.0",
"chai": "^3.5.0",
"mocha": "^9.1.3"
}
}