forked from DevExpress/bower-devextreme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
21 lines (21 loc) · 899 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "devextreme",
"version": "16.1.5",
"description": "A blazing-fast HTML5 Data Grid and rich libraries of high-performance touch-enabled data vizualization and UI widgets",
"moduleType": [
"globals"
],
"main": ["js/dx.all.js", "css/dx.spa.css", "css/dx.common.css", "css/dx.light.css", "css/icons/dxicons.eot", "css/icons/dxicons.ttf", "css/icons/dxicons.woff"],
"authors": [
{ "name": "Developer Express Inc.", "email": "[email protected]", "homepage": "https://js.devexpress.com" }
],
"license": "https://www.devexpress.com/Support/EULAs/DevExtreme.xml",
"homepage": "https://js.devexpress.com",
"keywords": [ "grid", "datagrid", "widgets", "charts", "gauge", "sparkline", "vector map", "viz", "visualization", "SPA" ],
"dependencies": {
"jquery": "^2.2.3",
"globalize": "^1.1",
"jszip": "^2.4.0"
},
"ignore": []
}