-
Notifications
You must be signed in to change notification settings - Fork 131
/
bower.json
51 lines (51 loc) · 1.28 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "wicked-grid",
"version": "master",
"homepage": "https://github.com/Spreadsheets/WickedGrid",
"authors": [
"Robert Plummer <[email protected]>"
],
"description": "The Ajax Spreadsheet",
"main": "jquery.sheet.js",
"keywords": [
"spreadsheet",
"sheet",
"jquery",
"javascript",
"excel",
"csv",
"json",
"xml",
"cloud",
"spreadsheets"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"jquery-nearest": "~1.3.0",
"globalize": "~0.1.1",
"zeroclipboard": "~2.1.6",
"raphael": "~2.1.2",
"graphael": "master",
"jquery-elastic": "https://github.com/janjarfalk/jquery-elastic/releases/tag/1.6.10",
"really-simple-color-picker": "https://github.com/laktek/really-simple-color-picker.git",
"Javascript-Undo-Manager": "*",
"ThemeSwitcher": "https://github.com/josephbulger/ThemeSwitcher.git",
"jquery-ui": "~1.11.4",
"MouseWheel": "https://github.com/robertleeplummerjr/MouseWheel.git",
"bootstrap": "~3.2.0",
"thaw.js": "~1.2.0",
"testify.js": "*",
"operative": "~0.4.0",
"megatable.js": "*",
"infiniscroll.js": "*",
"font-awesome": "~4.5.0"
}
}