forked from openpsa/jsgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 929 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
38
39
40
41
42
43
44
45
46
{
"name": "jsgrid",
"description": "jQuery based grid - MIT+GPL fork of jqGrid before licensing change",
"authors": [
"Tony Tomov",
"Oleg Kiriljuk",
"Andreas Flack",
"Laurent Rajchenbach",
"Matthew Hutton",
"other contributors to jqGrid before version 4.7.1"
],
"homepage": "https://openpsa.github.com/jsgrid",
"ignore": [
"docs/",
"i18n/",
"js/",
"karma/",
"less/",
"Gruntfile.js",
"build.config.js",
"package.json"
],
"keywords": [
"jqGrid",
"jQuery grid",
"grid",
"jsgrid",
"grid.js",
"table"
],
"license": "MIT GPL-2.0",
"repository": {
"type": "git",
"url": "git://github.com/openpsa/jsgrid.git"
},
"version": "0.1.0",
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"bootstrap": "~3.3.1",
"jszip": "Stuk/jszip#~2.4.0",
"octicons": "~2.1.2",
"fontawesome": "~4.3.0"
}
}