forked from sarmad1995/react-native-pie-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (28 loc) · 709 Bytes
/
package.json
File metadata and controls
29 lines (28 loc) · 709 Bytes
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
{
"name": "react-native-pie-chart",
"version": "1.0.13",
"description": "pie chart for react native",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "node ./node_modules/.bin/eslint ./src"
},
"repository": {
"type": "git",
"url": "https://github.com/genexu/react-native-pie-chart.git"
},
"author": "Gene Xu",
"license": "MIT",
"bugs": {
"url": "https://github.com/genexu/react-native-pie-chart/issues"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"@react-native-community/art": "*"
},
"devDependencies": {
"eslint": "^3.8.1",
"eslint-plugin-react": "^6.4.1"
}
}