Files

30 lines
585 B
JSON
Raw Permalink Normal View History

2026-01-16 14:13:44 +08:00
{
"name": "patternfly-bootstrap-treeview",
"description": "Tree View for Twitter Bootstrap",
"version": "2.1.5",
"homepage": "https://github.com/patternfly/patternfly-bootstrap-treeview",
"main": "dist/bootstrap-treeview.js",
"keywords": [
"twitter",
"bootstrap",
"tree",
"treeview",
"tree-view",
"navigation",
"javascript",
"jquery",
"jquery-plugin"
],
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
],
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": ">= 3.0.0"
},
"devDependencies": {}
}