forked from angular-ui/bower-ui-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 782 Bytes
/
package.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
42
{
"name": "angular-ui-grid",
"description": "A data grid for Angular",
"main": "ui-grid.js",
"ignore": [],
"dependencies": {
"angular": ">=1.2.16 1.4.x"
},
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/ui-grid.git"
},
"homepage": "http://ui-grid.info",
"bugs": {
"url": "https://github.com/angular-ui/ui-grid/issues"
},
"keywords": [
"angular",
"ng-grid",
"nggrid",
"grid",
"angularjs",
"slickgrid",
"kogrid",
"ui-grid",
"ui grid",
"data grid"
],
"license": "MIT",
"version": "3.2.7",
"files": [
"less",
"ui-grid.css",
"ui-grid.eot",
"ui-grid.js",
"ui-grid.min.css",
"ui-grid.min.js",
"ui-grid.svg",
"ui-grid.ttf",
"ui-grid.woff"
]
}