forked from sdrdis/jquery.flowchart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flowchart.jquery.json
38 lines (38 loc) · 987 Bytes
/
flowchart.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}