-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
bower.json
46 lines (46 loc) · 953 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": "angular-ui-grid",
"version": "4.12.7",
"homepage": "http://ui-grid.info",
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/ui-grid.info.git"
},
"authors": [
"__Contributors__"
],
"description": "AngularJS data grid",
"keywords": [
"angular",
"grid"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"main": [
"./ui-grid.css",
"./ui-grid.js"
],
"devDependencies": {
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-aria": "1.8.2",
"angular-touch": "1.8.2",
"google-code-prettify": "~1.0.2",
"jquery": "~1.8.0",
"lodash": "~2.4.1",
"pdfmake": "~0.1.8",
"csv-js": "https://github.com/c0bra/CSV-JS.git#~1.0.2",
"excel-builder-js": "excelbuilder#^2.0.2",
"jszip": "~2.6.1"
},
"resolutions": {
"jszip": "2.6.1",
"lodash": "~2.4.1"
}
}