-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 789 Bytes
/
bower.json
File metadata and controls
33 lines (33 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
{
"name": "tink-prototype-skeleton",
"version": "0.0.1",
"ignore": [
".*",
"**/.*",
"Gruntfile.js",
"package.json",
"src",
"test",
"*.sublime-project"
],
"dependencies": {
"angular": "~1.4.3",
"angular-animate": "~1.4.3",
"angular-cookies": "~1.4.3",
"angular-messages": "~1.4.3",
"angular-resource": "~1.4.3",
"angular-route": "~1.4.3",
"angular-sanitize": "~1.4.3",
"angular-touch": "~1.4.3",
"jquery": "~2.1.3",
"tink-core": "latest",
"tink-datepicker-angular": "~1.1.8",
"tink-identity-card-number-angular": "~1.0.4",
"tink-navigation-angular": "~1.0.4",
"tink-stick-to-top-angular": "~1.0.3"
},
"devDependencies": {
"angular-mocks": "~1.4.3",
"angular-scenario": "~1.4.3"
}
}