forked from msoftware/jquery.liveaddress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.68 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"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",
"jquery-plugin",
"ecosystem:jquery"
],
"author": {
"name": "SmartyStreets",
"email": "[email protected]",
"url": "http://smartystreets.com"
},
"maintainers": [
{
"name": "SmartyStreets",
"email": "[email protected]",
"url": "http://smartystreets.com"
}
],
"licenses": [
{
"type": "GPLv3",
"url": "http://opensource.org/licenses/gpl-3.0.html"
}
],
"bugs": {
"url": "https://github.com/smartystreets/jquery.liveaddress/issues"
},
"homepage": "http://smartystreets.com/kb/liveaddress-api/website-forms",
"repository": {
"type": "git",
"url": "https://github.com/smartystreets/jquery.liveaddress.git"
},
"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",
"main": "src/jquery.liveaddress.js",
"dependencies": {
"jquery": ">=1.5.1"
},
"devDependencies": {
"jasmine": "^2.8.0",
"jasmine-ajax": "^3.3.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0"
}
}