forked from angular-data-grid/angular-data-grid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 857 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
{
"name": "angular-data-grid",
"version": "0.0.1",
"homepage": "https://github.com/angular-data-grid/angular-data-grid.github.io",
"authors": [
"Zhuk",
"Alexander <[email protected]>"
],
"description": "Light and flexible Data Grid for AngularJS, with built-in sorting, pagination and filtering options, unified API for client-side and server-side data fetching, seamless synchronization with browser address bar and total freedom in choosing mark-up and styling suitable for your application.",
"main": "dist/dataGrid.js",
"keywords": [
"DataGrid",
"Angular",
"DataGrid",
"Angular",
"table",
"Angular",
"Data",
"Table",
"AngularJS",
"AngularJS",
"grid"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}