view vakata-jstree-3.3.5/component.json @ 2:c64267b9f754 draft default tip

planemo upload commit 841d8b22bf9f1aaed6bfe8344b60617f45b275b2-dirty
author mingchen0919
date Sun, 30 Dec 2018 12:48:14 -0500
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"
	}
}