-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (46 loc) · 1.15 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
{
"name": "radio-react-native",
"version": "0.0.4",
"main":"index.js",
"keywords":["react","react-native","RadioButton","Radio","RadioGroup","RadioForm","android","ios"],
"files": [
"README.md",
"index.js",
"src/",
"lib/"
],
"bugs":{
"url" : "https://github.com/marouanekadiri/radio-react-native/issues",
"email" : "[email protected]"
},
"license": "UNLICENSED",
"repository" :
{ "type" : "git"
, "url" : "https://github.com/marouanekadiri/radio-react-native"
},
"author":{
"name" : "Marouane Kadiri"
, "email" : "[email protected]"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lib": "babel src/ --out-dir lib --copy-files"
},
"peerDependencies": {
"react": "16.2.0",
"react-native": "0.53.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "22.2.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "4.0.0",
"babel-preset-stage-0": "^6.24.1",
"jest": "22.3.0",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}