forked from tomauty/react-native-chart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 898 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
{
"name": "react-native-chart",
"version": "0.1.14",
"repository": {
"type": "git",
"url": "https://github.com/onefold/react-native-chart.git"
},
"main": "lib/index.js",
"author": "Tom Auty <[email protected]> (http://tomauty.cc)",
"scripts": {
"compile": "./node_modules/.bin/babel --presets es2015,stage-0,react -d lib/ index.js",
"prepublish": "npm run compile"
},
"keywords": [
"chart",
"chart",
"graph",
"graph",
"ios",
"native",
"react",
"react-component",
"react-native"
],
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-eslint": "^4.1.6",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^3.1.0",
"eslint-plugin-react": "^3.15.0",
"eslint-plugin-react-native": "^0.5.0"
}
}