-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 675 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 675 Bytes
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
{
"name": "react-native-text-input-mask",
"version": "2.0.0",
"description": "Text input mask for React Native.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/react-native-text-input-mask"
},
"keywords": [
"react",
"native",
"mask",
"text input",
"android",
"ios"
],
"devDependencies": {
"@react-native-community/eslint-config": "0.0.2"
},
"author": "Ivan Zotov",
"bugs": {
"url": "https://github.com/react-native-community/react-native-text-input-mask/issues"
},
"homepage": "https://github.com/react-native-community/react-native-text-input-mask"
}