-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 770 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 770 Bytes
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
{
"name": "angular.tableview",
"description": "AngularJS TableView",
"version": "1.1.1",
"license": "MIT",
"homepage": "https://github.com/w3core/AngularJS-TableView",
"author": "Max Chuhryaev <w3core@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/w3core/AngularJS-TableView.git"
},
"bugs": {
"url": "https://github.com/w3core/AngularJS-TableView/issues/"
},
"keywords": [
"tableview",
"grid",
"sort",
"multisort",
"filter",
"select",
"edit",
"validation",
"template",
"custom",
"fluid",
"angular",
"ui"
],
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-less": "^1.4.0"
}
}