forked from MoonStorm/trNgGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 844 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
{
"name": "tr-ng-grid",
"version": "3.1.5",
"description": "trNgGrid is a feature rich declarative data grid based on the popular AngularJs framework and making use of plain table HTML elements.",
"homepage": "http://github.com/MoonStorm/trNgGrid",
"author": "MoonStorm <MoonStorm@gmail.com>",
"license": "MIT",
"keywords": [
"angular",
"html",
"table",
"grid"
],
"bugs": {
"url": "http://github.com/MoonStorm/trNgGrid/issues"
},
"files": ["trNgGrid.min.js", "trNgGrid.js", "trNgGrid.css", "trNgGrid.min.css","LICENSE", "relnotes.html"],
"repository": {
"type": "git",
"url": "http://github.com/MoonStorm/trNgGrid"
},
"dependencies": {
"angular": ">=1.3.1"
},
"devDependencies": {
"grunt": ">=0.4.5"
}
}