view vakata-jstree-3.3.5/component.json @ 0:461163067ced draft

planemo upload
author mingchen0919
date Tue, 15 May 2018 00:50:47 -0400
parents
children
line wrap: on
line source

{
	"name": "jstree",
	"repo": "vakata/jstree",
	"description": "jsTree is jquery plugin, that provides interactive trees.",
	"version": "3.3.5",
	"license": "MIT",
	"keywords": [
		"ui",
		"tree",
		"jstree"
	],
	"scripts": [
		"dist/jstree.js",
		"dist/jstree.min.js"
	],
	"images": [
		"dist/themes/default/32px.png",
		"dist/themes/default/40px.png",
		"dist/themes/default/throbber.gif"
	],
	"styles": [
		"dist/themes/default/style.css",
		"dist/themes/default/style.min.css"
	],
	"dependencies": {
		"components/jquery": ">=1.9.1"
	}
}