forked from rdhox/react-native-smooth-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.13 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
{
"name": "react-native-smooth-picker",
"description": "A smooth picker for react-native",
"version": "0.2.2",
"contributors": [
{
"name": "Renaud Déchaux",
"email": "[email protected]",
"url": "https://rdhox.io"
},
{
"name": "Steed Monteiro",
"email": "[email protected]",
"url": "http://studiolabs.io"
}
],
"keywords": [
"react",
"react-native",
"picker",
"select",
"react-component",
"ui",
"form"
],
"main": "src/SmoothPicker.js",
"license": "MIT",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.2",
"react": "16.6.1",
"react-native": "0.57.6",
"react-test-renderer": "16.6.1"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
},
"repository": {
"type": "git",
"url": "git://github.com/rdhox/react-native-smooth-picker"
}
}