forked from text-mask/text-mask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 876 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-text-mask",
"version": "5.4.3",
"description": "React input component that accepts mask pattern",
"main": "dist/reactTextMask.js",
"author": "M.K. Safi <[email protected]>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/text-mask/text-mask/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/text-mask/text-mask.git"
},
"homepage": "https://github.com/text-mask/text-mask/tree/master/react/#readme",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"babel": {
"presets": [
"env",
"react",
"stage-0"
]
},
"keywords": [
"react",
"react-component",
"text mask",
"input mask",
"string mask",
"input formatting",
"text formatting",
"string formatting"
],
"dependencies": {
"prop-types": "^15.5.6"
}
}