Files
sentcms/public/static/libs/jstree/.bower.json
2019-07-06 16:59:35 +08:00

43 lines
805 B
JSON

{
"name": "jstree",
"license": "MIT",
"version": "3.3.8",
"main": [
"./dist/jstree.js",
"./dist/themes/default/style.css"
],
"ignore": [
"**/.*",
"docs",
"demo",
"libs",
"node_modules",
"test",
"libs",
"jstree.jquery.json",
"gruntfile.js",
"package.json",
"bower.json",
"component.json",
"LICENCE-MIT",
"README.md"
],
"dependencies": {
"jquery": ">=1.9.1"
},
"keywords": [
"ui",
"tree",
"jstree"
],
"homepage": "https://github.com/vakata/jstree",
"_release": "3.3.8",
"_resolution": {
"type": "version",
"tag": "3.3.8",
"commit": "c9d7c1425f2272c5400536fa631eba8657522ecf"
},
"_source": "https://github.com/vakata/jstree.git",
"_target": "~3.3.2",
"_originalSource": "jstree"
}