mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-11 13:56:35 +10:00
28 lines
611 B
JSON
28 lines
611 B
JSON
{
|
|
"name": "jquery.tocify",
|
|
"filename": "javascripts/jquery.tocify.min.js",
|
|
"version": "1.9.0",
|
|
"description": "A jQuery plugin that dynamically generates a table of contents",
|
|
"homepage": "http://gregfranko.com/jquery.tocify.js/",
|
|
"keywords": [
|
|
"jquery",
|
|
"toc",
|
|
"table of contents"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Greg Franko",
|
|
"web": "http://gregfranko.com/"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/gfranko/jquery.tocify.js.git",
|
|
"basePath": "src",
|
|
"files": [
|
|
"stylesheets/*",
|
|
"javascripts/*"
|
|
]
|
|
}
|
|
}
|