-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 1.4 KB
/
bower.json
File metadata and controls
49 lines (49 loc) · 1.4 KB
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
{
"name": "angularjs-generic-table",
"description": "Generic Table - A generic table for AngularJS that leverages one time binding for fast rendering. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.",
"version": "1.5.1",
"keywords": [
"angularjs",
"generic-table",
"table"
],
"main": [
"dist/js/angularjs-generic-table.js",
"dist/css/angularjs-generic-table.css"
],
"authors": [
"Robert Hjalmers <robert.hjalmers@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/qreate/angular-generic-table.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"*",
"!dist/js/angular-generic-table.*",
"!dist/css/angular-generic-table.*"
],
"dependencies": {
"angular-animate": "~1.4",
"angular-filter": "~0.5.15",
"angular-bind-notifier": "^1.1.7",
"ng-csv": "^0.3.6"
},
"devDependencies": {
"angular": "~1.4",
"angular-ui-router": "0.4.2",
"angular-resource": "~1.4",
"angular-cookies": "~1.4",
"angular-mocks": "~1.4",
"angular-sanitize": "~1.4",
"bootstrap": "~3.2",
"jquery": "~2.0",
"moment": "2.10.6",
"prism": "^1.4.1",
"less.js": "2.7.2",
"font-awesome": "4.7.0"
}
}