-
Notifications
You must be signed in to change notification settings - Fork 8
/
dolly.jquery.json
42 lines (42 loc) · 1 KB
/
dolly.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
39
40
41
42
{
"name": "dolly",
"title": "Dolly.js",
"description": "Simple jQuery UI widget that adds spreadsheet-like cell cloning capabilities to HTML tables.",
"version": "1.1.0",
"author": {
"name": "Lunar Logic",
"url": "http://lunarlogic.io"
},
"maintainers": [
{
"name": "Marcin Kostrzewa",
"url": "https://github.com/kustosz"
},
{
"name": "Rafael Caricio",
"url": "https://github.com/rafaelcaricio"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/LunarLogic/dolly.js/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/LunarLogic/dolly.js/issues",
"docs": "http://lunarlogic.github.io/dolly.js/",
"homepage": "https://github.com/LunarLogic/dolly.js",
"download": "https://raw.github.com/LunarLogic/dolly.js/master/dolly.min.js",
"dependencies": {
"jquery": ">=1.7.2",
"jqueryui": ">=1.9.0"
},
"keywords": [
"tables",
"ui",
"clone",
"dolly",
"cell",
"spreadsheet"
]
}