-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 789 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 789 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": "tink-interactive-table-angular",
"version": "2.1.4",
"main": [
"dist/tink-interactive-table-angular.js"
],
"ignore": [
".*",
"**/.*",
"Gruntfile.js",
"package.json",
"src",
"test",
"*.sublime-project"
],
"dependencies": {
"angular": "~1.3.12",
"angular-resource": "~1.3.12",
"angular-cookies": "~1.3.12",
"angular-sanitize": "~1.3.12",
"angular-animate": "~1.3.12",
"angular-touch": "~1.3.12",
"angular-route": "~1.3.12",
"jquery": "~2.1.3",
"ng-lodash": "~0.2.0",
"Sortable": "~1.1.1",
"tink-core": "latest",
"tink-popover-angular": "latest",
"tink-sort-table-angular": "latest"
},
"devDependencies": {
"angular-mocks": "~1.3.12",
"angular-scenario": "~1.3.12"
}
}