1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
2014-05-13 11:47:05 +02:00

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"
}
}