mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
27 lines
773 B
JSON
27 lines
773 B
JSON
|
{
|
||
|
"name": "jquery.toc",
|
||
|
"version": "0.3.5",
|
||
|
"description": "A minimal, tiny jQuery plugin that will generate a table of contents, drawing from headings on the page.",
|
||
|
"main": "jquery.toc.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ndabas/toc.git"
|
||
|
},
|
||
|
"author": "Nikhil Dabas",
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "Apache-2.0",
|
||
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"grunt": "~0.4.0",
|
||
|
"grunt-contrib-uglify": "~0.1.2",
|
||
|
"grunt-contrib-jshint": "~0.2.0",
|
||
|
"grunt-contrib-copy": "~0.4.0",
|
||
|
"grunt-contrib-compress": "~0.4.1",
|
||
|
"grunt-contrib-less": "~0.5.0"
|
||
|
}
|
||
|
}
|