-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.02 KB
/
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
42
43
44
45
46
47
48
{
"name": "KloKey",
"version": "0.0.1",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.6.0",
"angular-animate": "~1.6.0",
"angular-cookies": "~1.6.0",
"bootstrap": "~3.3.7",
"jquery": "~2.2.4",
"moment": "~2.17.1"
},
"install": {
"path": "lib",
"sources": {
"angular": [
"bower_components/angular/angular.min.js"
],
"angular-animate": [
"bower_components/angular-animate/angular-animate.min.js"
],
"angular-aria": [
"bower_components/angular-aria/angular-aria.min.js"
],
"bootstrap": [
"bower_components/bootstrap/dist/**"
],
"jquery": [
"bower_components/jquery/dist/jquery.min.js"
],
"moment": [
"bower_components/moment/min/moment.min.js",
"bower_components/moment/locale/de.js"
]
}
},
"devDependencies": {},
"resolutions": {
"angular": "~1.6.0"
}
}