-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
40 lines (40 loc) · 1013 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
39
40
{
"name": "react-native-d3multiline-chart",
"version": "1.0.18",
"description": "Android and iOS multipleline/line/scatter chart based on d3.js",
"main": "source.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codesinghanoop/react-native-d3multiline-chart.git"
},
"keywords": [
"animated",
"multiline",
"drawing",
"line",
"scatterpoint",
"charts",
"d3.js",
"d3v4",
"Android",
"iOS",
"react-native-svg",
"multiline-graph",
"line-graph",
"scatterpoint-graph"
],
"author": "Anoop Singh (anoop100singh@gmail.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/codesinghanoop/react-native-d3multiline-chart/issues"
},
"homepage": "https://github.com/codesinghanoop/react-native-d3multiline-chart#readme",
"dependencies": {
"d3": "4.10.0",
"d3-shape": "^1.2.0",
"react-native-svg": "^9.6.2"
}
}