forked from bhrott/react-native-masked-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 915 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
{
"name": "react-native-masked-text",
"version": "1.6.2",
"description": "Text and TextInput with mask for React Native applications",
"licenses": [
{
"type": "MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
}
],
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benhurott/react-native-masked-text.git"
},
"keywords": [
"mask",
"text",
"textinput",
"react-native"
],
"author": "Ben-hur Santos Ott",
"license": "ISC",
"bugs": {
"url": "https://github.com/benhurott/react-native-masked-text/issues"
},
"homepage": "https://github.com/benhurott/react-native-masked-text#readme",
"dependencies": {
"moment": "^2.18.1",
"tinymask": "^1.0.2"
},
"devDependencies": {
"babel-preset-react-native": "^1.9.1",
"jest": "^19.0.2"
}
}