forked from knro/react-native-numeric-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1009 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
37
38
39
40
41
42
43
{
"name": "react-native-numeric-input",
"version": "1.9.2",
"description": "a stylish numeric input for react native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"number-input",
"numeric-input",
"number",
"input",
"numeric"
],
"author": {
"name": "omri himelbrand",
"email": "[email protected]"
},
"homepage": "https://github.com/himelbrand/react-native-numeric-input",
"bugs": {
"url": "https://github.com/himelbrand/react-native-numeric-input/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/himelbrand/react-native-numeric-input.git"
},
"license": "MIT",
"dependencies": {
"prop-types": "^15.6.1",
"react-native-pixel-perfect": "^1.0.1"
},
"peerDependencies": {
"react-native-vector-icons": "^9.*"
}
}