forked from angular-ui/ui-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 686 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 686 Bytes
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
{
"name": "angular-ui-grid",
"version": "3.1.1",
"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": {
"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"
}
}