-
Notifications
You must be signed in to change notification settings - Fork 6
/
kanban.js.json
38 lines (38 loc) · 918 Bytes
/
kanban.js.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": "KanbanJS",
"title": "KanbanJS",
"description": "Vanilla Javascript plugin to build kanban boards",
"keywords": [
"vanilla",
"kanban",
"dnd",
"localstorage",
"jquery"
],
"version": "1.0.0",
"author": {
"name": "Arthur Figueiredo",
"email": "arthurfn.webdev@gmail.com",
"url": "https://github.com/arthurfigueiredo"
},
"maintainers": [
{
"name": "Arthur Figueiredo",
"email": "arthurfn.webdev@gmail.com",
"url": "https://github.com/arthurfigueiredo"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://arthurfigueiredo.mit-license.org/"
}
],
"bugs": "https://github.com/arthurfigueiredo/Kanban.js/issues",
"homepage": "http://arthurfigueiredo.github.io/Kanban.js/",
"docs": "https://github.com/arthurfigueiredo/Kanban.js#readme",
"download": "https://github.com/arthurfigueiredo/Kanban.js/archive/gh-pages.zip",
"dependencies": {
"jquery": ">=1.4"
}
}