forked from openpsa/jsgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
20 lines (20 loc) · 731 Bytes
/
bower.json
File metadata and controls
20 lines (20 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "grid.js",
"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/grid.js",
"ignore": ["docs/", "i18n/", "js/", "karma/", "less/", "Gruntfile.js", "build.config.js", "package.json"],
"keywords": ["jqGrid", "jQuery grid", "grid", "table"],
"license": "MIT GPL-2.0",
"repository": {
"type": "git",
"url": "git://github.com/openpsa/grid.js.git"
},
"version": "0.1.0",
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"bootstrap": "~3.3.1"
}
}