All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.jstree.composer.json Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
{
	"name": "vakata/jstree",
	"description": "jsTree is jquery plugin, that provides interactive trees.",
	"type": "component",
	"homepage": "http://jstree.com",
	"license": "MIT",
	"support": {
		"issues": "https://github.com/vakata/jstree/issues",
		"forum": "https://groups.google.com/forum/#!forum/jstree",
		"source": "https://github.com/vakata/jstree"
	},
	"authors": [
		{
			"name": "Ivan Bozhanov",
			"email": "[email protected]"
		}
	],
	"require": {
		"components/jquery": ">=1.9.1"
	},
	"suggest": {
		"robloach/component-installer": "Allows installation of Components via Composer"
	},
	"extra": {
		"component": {
			"scripts": [
				"dist/jstree.js"
			],
			"styles": [
				"dist/themes/default/style.css"
			],
			"images": [
				"dist/themes/default/32px.png",
				"dist/themes/default/40px.png",
				"dist/themes/default/throbber.gif"
			],
			"files": [
				"dist/jstree.min.js",
				"dist/themes/default/style.min.css",
				"dist/themes/default/32px.png",
				"dist/themes/default/40px.png",
				"dist/themes/default/throbber.gif"
			]
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy