Skip to content

Commit fbe8cf3

Browse files
author
Dmitry Berezovsky
committed
Added jquery plug-in manifest
1 parent 1ed77c8 commit fbe8cf3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

locationpicker.jquery.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "locationpicker",
3+
"title": "jQuery Location Picker",
4+
"description": "jQuery plugin for picking address and\\or location on the map with a few advanced features",
5+
"keywords": [
6+
"googlemap",
7+
"gmapapi", "location",
8+
"input",
9+
"map",
10+
"radius"
11+
],
12+
"version": "0.1.2",
13+
"author": {
14+
"name": "Dmitry Berezovsky",
15+
"url": "http://logicify.com/"
16+
},
17+
"licenses": [
18+
{
19+
"type": "MIT",
20+
"url": "https://github.com/Logicify/jquery-locationpicker-plugin/blob/master/LICENSE"
21+
}
22+
],
23+
"bugs": "https://github.com/jquery/jquery-color/issues",
24+
"homepage": "http://logicify.github.io/jquery-locationpicker-plugin/",
25+
"docs": "http://logicify.github.io/jquery-locationpicker-plugin/",
26+
"download": "https://github.com/Logicify/jquery-locationpicker-plugin",
27+
"dependencies": {
28+
"jquery": ">=1.5"
29+
}
30+
}

0 commit comments

Comments
 (0)