-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathbower.json
41 lines (41 loc) · 797 Bytes
/
bower.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
{
"name": "angular-responsive-tables",
"version": "0.4.4",
"homepage": "https://github.com/awerlang/angular-responsive-tables",
"authors": [
"André Werlang"
],
"description": "Make your HTML tables look great on every device",
"main": [
"release/angular-responsive-tables.js",
"release/angular-responsive-tables.css"
],
"keywords": [
"angular",
"angularjs",
"table",
"tables",
"responsive",
"adaptive",
"mobile"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.3.4"
},
"devDependencies": {
"angular-mocks": "^1.3.4",
"jquery": "~2.1.4",
"bootstrap": "*"
},
"resolutions": {
"angular": "1.3.4"
}
}