Files
jQuery-TOC/bower.json
T
2015-05-29 17:15:38 +08:00

29 lines
515 B
JSON

{
"name": "jquery-toc",
"version": "0.0.5",
"homepage": "https://github.com/idiotWu/jQuery-TOC",
"authors": [
"Dolphin Wood <dolphin.w.e@gmail.com>"
],
"description": "Table of Contents Generator Plugin for (non-)jQuery",
"main": "./dist/toc.min.js",
"moduleType": [
"globals"
],
"keywords": [
"jQuery",
"TOC"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "*"
}
}