forked from ndabas/toc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.jquery.json
35 lines (35 loc) · 978 Bytes
/
toc.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
{
"name": "toc",
"title": "Table of Contents jQuery Plugin",
"description": "jquery.toc is a minimal, tiny jQuery plugin that will generate a table of contents, drawing from headings on the page.",
"keywords": [
"toc",
"table",
"contents",
"headings"
],
"version": "0.4.0",
"author": {
"name": "Nikhil Dabas",
"url": "http://www.nikhildabas.com/"
},
"maintainers": [
{
"name": "Nikhil Dabas",
"url": "http://www.nikhildabas.com/"
}
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": "https://github.com/ndabas/toc/issues",
"homepage": "http://ndabas.github.com/toc/",
"docs": "http://ndabas.github.com/toc/",
"download": "http://ndabas.github.com/toc/assets/jquery.toc.zip",
"dependencies": {
"jquery": ">=1.6"
}
}