-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 914 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 914 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
40
41
42
{
"name": "trackr-frontend",
"version": "1.0.0",
"authors": [
"Moritz Schulze <moritz.schulze@techdev.de>"
],
"description": "Trackr frontend",
"keywords": [
"angular"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "3.2.0",
"angular": "1.4.8",
"requirejs": "2.1.14",
"restangular": "1.5.1",
"lodash": "3.10.1",
"angular-ui-router": "0.2.10",
"jquery": "git://github.com/jquery/jquery.git#2.1.1",
"angular-translate": "~2.2.0",
"angular-ui-bootstrap-bower": "0.14.3",
"angular-translate-loader-url": "2.2.0",
"moment": "~2.8.1",
"angular-i18n": "1.4.8",
"chartjs": "~1.0.2",
"randomColor": "~0.2.0"
},
"devDependencies": {
"angular-mocks": "1.4.8"
},
"resolutions": {
"angular": "1.4.8"
}
}