jquery.flowchart
Version:
JQuery UI plugin that allows you to draw a flow chart.
38 lines • 987 B
JSON
{
"name": "jquery.flowchart",
"description": "JQuery UI plugin that allows you to draw a flow chart.",
"version": "1.0.0",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sdrdis/jquery.flowchart/blob/master/MIT-LICENSE.txt"
}
],
"title": "Flowchart",
"keywords": [
"flowchart",
"flow",
"chart",
"graph",
"ui"
],
"author": {
"url": "http://sebastien.drouyer.com",
"name": "Sébastien Drouyer"
},
"maintainers": [
{
"name": "Sébastien Drouyer",
"url": "http://sebastien.drouyer.com"
}
],
"download": "https://github.com/sdrdis/jquery.flowchart/releases",
"homepage": "http://sebastien.drouyer.com/jquery.flowchart-demo/",
"demo": "http://sebastien.drouyer.com/jquery.flowchart-demo/",
"docs": "https://github.com/sdrdis/jquery.flowchart/",
"bugs": "https://github.com/sdrdis/jquery.flowchart/issues",
"dependencies": {
"jquery": ">=1.10",
"jquery-ui": ">=1.11"
}
}