-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapit.jquery.json
More file actions
35 lines (35 loc) · 772 Bytes
/
Copy pathmapit.jquery.json
File metadata and controls
35 lines (35 loc) · 772 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
29
30
31
32
33
34
35
{
"name": "MapIt",
"title": "jQuery MapIt",
"description": "An easy way to embed google maps in your site.",
"keywords": [
"jquery",
"plugins"
],
"version": "0.3.0",
"author": {
"name": "Dimitris Krestos",
"email": "dkrestos@gmail.com",
"url": "https://github.com/vdw"
},
"maintainers": [
{
"name": "Dimitris Krestos",
"email": "dkrestos@gmail.com",
"url": "https://github.com/vdw"
}
],
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": "https://github.com/vdw/MapIt/issues",
"homepage": "http://vdw.github.io/MapIt",
"docs": "https://github.com/vdw/MapIt#readme",
"download": "https://github.com/vdw/MapIt/archive/master.zip",
"dependencies": {
"jquery": ">=1.8.1"
}
}