forked from msoftware/jquery.liveaddress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
liveaddress.jquery.json
48 lines (48 loc) · 1.31 KB
/
liveaddress.jquery.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
44
45
46
47
48
{
"name": "liveaddress",
"version": "5.1.0",
"title": "LiveAddress - Address validation",
"description": "Free or commercial plug-and-play address verification and geocoding for website forms, powered by SmartyStreets.",
"keywords": [
"address",
"validation",
"verification",
"verify",
"validate",
"street-address",
"geocoding",
"addresses",
"form",
"forms",
"zipcode",
"autocomplete",
"autosuggest",
"suggestions"
],
"author": {
"name": "SmartyStreets",
"email": "support@smartystreets.com",
"url": "http://smartystreets.com"
},
"maintainers": [
{
"name": "SmartyStreets",
"email": "support@smartystreets.com",
"url": "http://smartystreets.com"
}
],
"licenses": [
{
"type": "GPLv3",
"url": "http://opensource.org/licenses/gpl-3.0.html"
}
],
"bugs": "https://github.com/smartystreets/jquery.liveaddress/issues",
"homepage": "http://smartystreets.com/kb/liveaddress-api/website-forms",
"docs": "http://smartystreets.com/kb/liveaddress-api/website-forms#install",
"demo": "http://smartystreets.com/kb/liveaddress-api/website-forms#example",
"download": "https://d79i1fxsrar4t.cloudfront.net/jquery.liveaddress/5.1/jquery.liveaddress.min.js",
"dependencies": {
"jquery": ">=1.5.1"
}
}