Skip to content

Commit a6e25df

Browse files
Zhuk, AlexanderZhuk, Alexander
Zhuk, Alexander
authored and
Zhuk, Alexander
committed
adding bower.json
1 parent 299c2b5 commit a6e25df

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Diff for: bower.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "angular-data-grid",
3+
"version": "0.0.1",
4+
"homepage": "https://github.com/angular-data-grid/angular-data-grid.github.io",
5+
"authors": [
6+
"Zhuk",
7+
"Alexander <[email protected]>"
8+
],
9+
"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.",
10+
"main": "dist/dataGrid.js",
11+
"keywords": [
12+
"DataGrid",
13+
"Angular",
14+
"DataGrid",
15+
"Angular",
16+
"table",
17+
"Angular",
18+
"Data",
19+
"Table",
20+
"AngularJS",
21+
"AngularJS",
22+
"grid"
23+
],
24+
"license": "MIT",
25+
"ignore": [
26+
"**/.*",
27+
"node_modules",
28+
"bower_components",
29+
"test",
30+
"tests"
31+
]
32+
}

0 commit comments

Comments
 (0)