This repository has been archived by the owner on Aug 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathbower.json
77 lines (77 loc) · 2.01 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "RedmineTimeTracker.git",
"version": "0.9.8",
"homepage": "https://github.com/ujiro99/RedmineTimeTracker",
"author": "Yujiro Takeda",
"description": "Time Tracking tool for Redmine on GoogleChrome",
"main": "index.js",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.16",
"angular-animate": "~1.2.16",
"angular-bootstrap": "0.10.0",
"angular-jquery-timepicker": "https://github.com/ujiro99/angular-jquery-timepicker.git#master",
"angular-route": "1.2.19",
"angular-timer": "https://github.com/ujiro99/angular-timer.git#master",
"angular-translate": "^2.12.1",
"angular-translate-loader-static-files": "^2.12.1",
"angular-translate-storage-local": "^2.12.1",
"angular-typeahead": "https://github.com/ujiro99/angular-typeahead.git#master",
"bootstrap": "~3.1.1",
"jquery": "~2.1.0",
"sugar": "~1.4.1",
"simple-line-icons": "^2.4.1"
},
"exportsOverride": {
"jquery": {
"js": "**/jquery.min.js"
},
"angular": {
"js": "**/angular.min.js",
"css": "**/angular-csp.css"
},
"angular-bootstrap": {
"js": "**/ui-bootstrap.min.js"
},
"angular-animate": {
"js": "**/angular-animate.min.js"
},
"angular-timer": {
"js": "**/angular-timer.min.js"
},
"bootstrap": {
"js": "**/bootstrap.min.js",
"css": "**/bootstrap.min.css"
},
"angular-jquery-timepicker": {
"js": "**/timepickerdirective.min.js"
},
"jquery-timepicker-jt": {
"js": "**/jquery.timepicker.min.js"
},
"angular-translate": {
"js": "**/*.min.js"
},
"angular-translate-loader-static-files": {
"js": "**/*.min.js"
},
"angular-translate-storage-local": {
"js": "**/*.min.js"
},
"simple-line-icons": {
"fonts": "**/fonts/*.woff2"
}
},
"resolutions": {
"angular": "~1.2.16",
"angular-translate": "^2.12.1"
}
}