29 lines
515 B
JSON
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": "*"
|
|
}
|
|
}
|