-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.53 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"_args": [
[
"react-native-chart",
"/Users/vincetam/Desktop/Code/2017/trybe-mobile/trybe"
]
],
"_from": "react-native-chart@latest",
"_id": "react-native-chart@1.0.8-beta",
"_inCache": true,
"_installable": true,
"_location": "/react-native-chart",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/react-native-chart-1.0.8-beta.tgz_1469582943137_0.5609592183027416"
},
"_npmUser": {
"email": "tom.auty@gmail.com",
"name": "tomauty"
},
"_npmVersion": "3.9.0",
"_phantomChildren": {},
"_requested": {
"name": "react-native-chart",
"raw": "react-native-chart",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/react-native-chart/-/react-native-chart-1.0.8-beta.tgz",
"_shasum": "c34b50ffe7f2acd6f519d614a134a7cd29135766",
"_shrinkwrap": null,
"_spec": "react-native-chart",
"_where": "/Users/vincetam/Desktop/Code/2017/trybe-mobile/trybe",
"dependencies": {
"babel-eslint": "^6.0.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-react-native": "^1.5.3"
},
"description": "[![Join the chat at https://gitter.im/tomauty/react-native-chart](https://badges.gitter.im/tomauty/react-native-chart.svg)](https://gitter.im/tomauty/react-native-chart) [![npm version](https://badge.fury.io/js/react-native-chart.svg)](https://badge.fury.",
"devDependencies": {
"babel-cli": "^6.26.0",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-flow-vars": "^0.3.0",
"eslint-plugin-flowtype": "^2.2.7",
"eslint-plugin-import": "^1.6.0",
"eslint-plugin-jsx-a11y": "^1.0.3",
"eslint-plugin-react": "^5.0.1",
"eslint-plugin-react-native": "^1.0.0"
},
"directories": {},
"dist": {
"shasum": "c34b50ffe7f2acd6f519d614a134a7cd29135766",
"tarball": "https://registry.npmjs.org/react-native-chart/-/react-native-chart-1.0.8-beta.tgz"
},
"gitHead": "0ab98300945474df1224f5a4f78a754c88067de9",
"main": "./dist/Chart.js",
"maintainers": [
{
"name": "hyuncho",
"email": "hyunjincho@gmail.com"
},
{
"name": "tomauty",
"email": "tom.auty@gmail.com"
}
],
"name": "react-native-chart",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"build": "babel src --out-dir dist",
"lint": "eslint src",
"prepublish": "npm run build"
},
"version": "1.0.8-beta"
}