-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
60 lines (60 loc) · 1.19 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
52
53
54
55
56
57
58
59
60
{
"name": "doby-grid",
"homepage": "http://www.dobyjs.com/#grid",
"description": "Doby Grid is a <table> on steroids",
"main": [
"build/latest/doby-grid.min.css",
"build/latest/doby-grid.min.js"
],
"moduleType": [
"amd",
"globals"
],
"keywords": [
"doby",
"grid",
"table",
"grid",
"javascript",
"html",
"css"
],
"authors": [
"Globex Designs Inc. <[email protected]> (http://www.globexdesigns.com)"
],
"repository": {
"type": "git",
"url": "git://globexdesigns/doby-grid.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"bower.json",
"build/*",
"!build/latest",
"examples",
"Gruntfile.js",
"src",
"tests"
],
"dependencies": {
"backbone": "1.1.2",
"FileSaver": "",
"jquery": "2.1.1",
"jquery-ui": "1.11.0",
"jquery.event.drag-drop": "https://github.com/threedubmedia/jquery.threedubmedia.git#2.2",
"underscore": "1.7.0"
},
"devDependencies": {
"Faker": "1.0.1",
"jasmine": "~2.0.1",
"jasmine-jquery": "~2.0.5",
"jquery.simulate": "1.3.0",
"less": "1.7.4",
"lesshat": "3.0.2",
"requirejs": "2.1.14"
},
"resolutions": {
"jquery": "2.1.1"
}
}