forked from capitalone/react-native-pathjs-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.33 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "react-native-pathjs-charts",
"version": "0.0.28",
"description": "Cross platform React Native charting library based on path-js and react-native-svg",
"repository": {
"type": "git",
"url": "https://github.com/capitalone/react-native-pathjs-charts"
},
"main": "src/index.js",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"lint": "eslint --ext .js,.jsx src",
"test": "jest"
},
"keywords": [
"react-native",
"react-native-svg",
"paths-js",
"react-pathjs-chart",
"ios",
"android"
],
"author": {
"name": "Cale Hoopes",
"email": "[email protected]",
"url": "https://github.com/capitalone"
},
"license": "Apache-2.0",
"maintainers": [
{
"name": "marzolfb",
"email": "[email protected]"
},
{
"name": "katscott",
"email": "[email protected]"
}
],
"dependencies": {
"babel-polyfill": "^6.23.0",
"lodash": "^4.12.0",
"paths-js": "^0.4.5",
"react-native-svg": "~5.1.8"
},
"devDependencies": {
"babel-jest": "*",
"babel-preset-react-native": "^1.9.0",
"diff": "^3.1.0",
"jest": "^18.0.0",
"jest-react-native": "*",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-test-renderer": "*"
},
"jest": {
"preset": "jest-react-native"
}
}