-
Notifications
You must be signed in to change notification settings - Fork 149
/
package.json
42 lines (42 loc) · 996 Bytes
/
package.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
39
40
41
42
{
"name": "jquery.flowchart",
"description": "JQuery UI plugin that allows you to draw a flow chart.",
"version": "1.1.0",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sdrdis/jquery.flowchart/blob/master/MIT-LICENSE.txt"
}
],
"title": "Flowchart",
"keywords": [
"flowchart",
"flow",
"chart",
"graph",
"ui",
"jquery-plugin",
"ecosystem:jquery"
],
"author": {
"url": "http://sebastien.drouyer.com",
"name": "Sébastien Drouyer"
},
"maintainers": [
{
"name": "Sébastien Drouyer",
"url": "http://sebastien.drouyer.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/sdrdis/jquery.flowchart"
},
"homepage": "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"
}
}