1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00
wiki.mbirth.de/bower_components/jquery.toc/toc.jquery.json
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"
}
}