diff vakata-jstree-3.3.5/component.json @ 0:0aeed70b3bc5 draft default tip

planemo upload commit 841d8b22bf9f1aaed6bfe8344b60617f45b275b2-dirty
author mingchen0919
date Fri, 14 Dec 2018 00:38:44 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vakata-jstree-3.3.5/component.json	Fri Dec 14 00:38:44 2018 -0500
@@ -0,0 +1,28 @@
+{
+	"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"
+	}
+}