forked from princejwesley/minimap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminimap.jquery.json
More file actions
26 lines (25 loc) · 792 Bytes
/
minimap.jquery.json
File metadata and controls
26 lines (25 loc) · 792 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
{
"name" : "minimap",
"version": "1.0.0",
"title": "A preview of full web page",
"description" : "A preview of full web page",
"author": {
"name" : "Prince John Wesley",
"email" : "princejohnwesley@gmail.com",
"url" : "http://www.toolitup.com"
},
"licenses": [
{
"type" : "MIT",
"url" : "https://github.com/princejwesley/minimap/blob/master/LICENSE"
}
],
"dependencies" : {
"jquery": ">=1.8"
},
"homepage" : "https://github.com/princejwesley/minimap",
"docs" : "https://github.com/princejwesley/minimap",
"demo" : "http://www.toolitup.com/minimap.html",
"keywords" : ["minimap", "preview", "page-preview"],
"bugs" : "https://github.com/princejwesley/minimap/issues"
}