-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathbower.json
37 lines (37 loc) · 871 Bytes
/
bower.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
{
"name": "lobilist",
"description": "jQuery plugin for todo lists. Supports drag & drop issues. Multiple lists with different colors. Support for communication to backend",
"main": [
"dist/lobilist.css",
"dist/lobilist.js"
],
"authors": [
{
"name": "Zura Sekhniashvili",
"email": "zurasekhniashvili@gmail.com",
"homepage": "https://github.com/arboshiki"
}
],
"license": "MIT",
"keywords": [
"jQuery",
"jQuery plugin",
"Bootstrap todo lists",
"drag & drop todos",
"different color todo lists"
],
"homepage": "https://github.com/arboshiki/lobilist",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.6",
"jquery-ui": "^1.11.4",
"jquery-ui-touch-punch-improved": "^0.3.1"
}
}