52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "patternfly-bootstrap-treeview",
|
|
"description": "Tree View for Twitter Bootstrap",
|
|
"version": "2.1.10",
|
|
"homepage": "https://github.com/patternfly/patternfly-bootstrap-treeview",
|
|
"author": {
|
|
"name": "Red Hat"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/patternfly/patternfly-bootstrap-treeview.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/patternfly/patternfly-bootstrap-treeview/issues"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"main": "dist/bootstrap-treeview.js",
|
|
"scripts": {
|
|
"start": "node app",
|
|
"test": "grunt test"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^3.4.1",
|
|
"jquery": "^3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"bower": "^1.8.8",
|
|
"express": "^4.17.1",
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^1.0.1",
|
|
"grunt-contrib-qunit": "^1.2.0",
|
|
"grunt-contrib-uglify": "^1.0.1",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"phantomjs": "^2.1.7"
|
|
},
|
|
"keywords": [
|
|
"twitter",
|
|
"bootstrap",
|
|
"tree",
|
|
"treeview",
|
|
"tree-view",
|
|
"navigation",
|
|
"javascript",
|
|
"jquery",
|
|
"jquery-plugin"
|
|
]
|
|
}
|