mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
36 lines
978 B
JSON
36 lines
978 B
JSON
|
{
|
||
|
"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.3.5",
|
||
|
"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"
|
||
|
}
|
||
|
}
|