Files

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/*"
]
}
}