-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 848 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 848 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
{
"name": "clever-table",
"version": "1.0.0",
"authors": [
"Richard Gustin <richard.gustin86@gmail.com>"
],
"description": "This module provides an easy to use, extensible and responsive table solution for your application. (Based on the popular ngTable)",
"main": "main.js",
"dependencies": {
"ng-table": "~0.3.3",
"ng-table-resizable-columns": "https://github.com/esvit/ng-table-resizable-columns.git"
},
"keywords": [
"table",
"ngTable",
"tables",
"responsive",
"cleverstack",
"cleverstack-module",
"cleverstack-frontend"
],
"license": "MIT",
"homepage": "https://github.com/CleverStack/clever-table",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"rename": "cs_table",
"resolutions": {
"angular": ">=1.2.0-rc.2"
}
}