forked from FormidableLabs/victory-chart-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 868 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
{
"name": "tune-victory-chart-native",
"version": "0.1.13",
"description": "Chart Component for Victory",
"main": "lib/index.js",
"files": [
"lib",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/tuneZola/victory-chart-native.git"
},
"author": "Vakhtang Sidamonidze",
"license": "MIT",
"bugs": {
"url": "https://github.com/tuneZola/victory-chart-native/issues"
},
"homepage": "https://github.com/FormidableLabs/victory-chart-native#readme",
"scripts": {
"start": "./node_modules/react-native/packager/packager.sh start --reset-cache --projectRoots `pwd`,`pwd`/demo"
},
"devDependencies": {
"react-native": ">=0.29.0"
},
"dependencies": {
"react": "^15.1.0",
"react-native-svg": "^3.1.1",
"tune-victory-chart": "^10.1.0",
"tune-victory-core-native": "^0.1.5"
}
}