forked from gwmccull/react-native-svg-uri-reborn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 942 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-reborn",
"version": "1.0.8",
"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/MrDatastorage/react-native-svg-uri-reborn.git"
},
"keywords": [
"react-native",
"svg",
"url",
"uri",
"http"
],
"author": "Matias Cortes",
"license": "ISC",
"dependencies": {
"xmldom-reborn": "^1.0.1"
},
"peerDependencies": {
"react-native-svg": "^5.3.0"
},
"bugs": {
"url": "https://github.com/MrDatastorage/react-native-svg-uri-reborn/issues"
},
"homepage": "https://github.com/MrDatastorage/react-native-svg-uri-reborn#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-preset-react-native": "^2.1.0",
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}