forked from vault-development/react-native-svg-uri
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
28 lines (28 loc) · 770 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
{
"name": "react-native-svg-from-uri",
"version": "1.0.2",
"description": "Render an SVG Image from an URL",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register"
},
"keywords": ["react-native", "svg", "url", "uri", "http"],
"author": "Matias Cortes",
"license": "ISC",
"dependencies": {
"xmldom": "^0.1.22"
},
"peerDependencies": {
"react-native-svg": "^6.3.1"
},
"bugs": {
"url": "https://github.com/machour/react-native-svg-from-uri/issues"
},
"homepage": "https://github.com/machour/react-native-svg-from-uri#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-preset-react-native": "^2.1.0",
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}