forked from ag-grid/ag-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 782 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
{
"name": "ag-grid",
"version": "3.2.2",
"homepage": "http://www.ag-grid.com/",
"authors": [
"Niall Crosby <[email protected]>"
],
"description": "Advanced Javascript Datagrid. Supports raw Javascript, AngularJS 1.x, AngularJS 2.0 and Web Components",
"main": [
"dist/ag-grid.js",
"dist/ag-grid.css",
"dist/theme-fresh.css",
"dist/theme-blue.css",
"dist/theme-dark.css"
],
"moduleType": [
"node"
],
"typescript": {
"definitions": "dist/ag-grid.d.ts"
},
"keywords": [
"web-components",
"grid",
"data",
"table",
"angular"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
},
"dependencies": {
}
}