mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
43 lines
802 B
JSON
43 lines
802 B
JSON
{
|
|
"name": "jstree",
|
|
"version": "3.1.1",
|
|
"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.1.1",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "3.1.1",
|
|
"commit": "5bece5844889b6eec71ae794824578aac2136461"
|
|
},
|
|
"_source": "git://github.com/vakata/jstree.git",
|
|
"_target": "~3.1.1",
|
|
"_originalSource": "jstree",
|
|
"_direct": true
|
|
} |