30 lines
586 B
JSON
30 lines
586 B
JSON
{
|
|
"name": "patternfly-bootstrap-treeview",
|
|
"description": "Tree View for Twitter Bootstrap",
|
|
"version": "2.1.10",
|
|
"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": {
|
|
"bootstrap": ">= 3.4.1",
|
|
"jquery": ">= 3.4.1"
|
|
},
|
|
"devDependencies": {}
|
|
}
|