forked from WillemDN/tink-interactive-table-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 936 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 936 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
37
38
39
{
"name": "tink-interactive-table-angular",
"version": "3.52.0",
"main": [
"dist/tink-interactive-table-angular.js"
],
"ignore": [
".*",
"**/.*",
"Gruntfile.js",
"package.json",
"src",
"test",
"*.sublime-project"
],
"dependencies": {
"angular": "~1.4.3",
"angular-resource": "~1.4.3",
"angular-cookies": "~1.4.3",
"angular-sanitize": "~1.4.3",
"angular-animate": "~1.4.3",
"angular-touch": "~1.4.3",
"angular-route": "~1.4.3",
"jquery": "~2.1.3",
"ng-lodash": "~0.2.0",
"Sortable": "~1.1.1",
"tink-core": "latest",
"tink-pagination-angular": "latest",
"tink-popover-angular": "latest",
"tink-sort-table-angular": "latest",
"tink-tooltip-angular": "latest",
"tink-navigation-angular": "^2.0.1",
"angular-ui-router": "^0.3.1"
},
"devDependencies": {
"angular-mocks": "~1.4.3",
"angular-scenario": "~1.4.3"
}
}