forked from stripe-archive/jquery.mobilePhoneNumber
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfewhitching
More file actions
28 lines (28 loc) · 829 Bytes
/
fewhitching
File metadata and controls
28 lines (28 loc) · 829 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
27
28
{
"name": "mobilephonenumber",
"version": "1.0.5",
"title": "jQuery.mobilePhoneNumber",
"description": "A general purpose library for validating and formatting mobile phone numbers.",
"keywords": [
"phone"
],
"author": {
"name": "Stripe",
"url": "https://www.stripe.com",
"email": "support+github@stripe.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/stripe/jquery.mobilePhoneNumber/blob/master/LICENSE"
}
],
"homepage": "https://github.com/stripe/jquery.mobilePhoneNumber",
"docs": "https://github.com/stripe/jquery.mobilePhoneNumber",
"bugs": "https://github.com/stripe/jquery.mobilePhoneNumber/issues",
"demo": "http://stripe.github.io/jquery.mobilePhoneNumber/example",
"dependencies": {
"jquery": ">=1.5",
"caret": ">=1.3.1"
}
}