forked from techdev-solutions/trackr-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 874 Bytes
/
bower.json
File metadata and controls
40 lines (40 loc) · 874 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
{
"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.2.22",
"requirejs": "2.1.14",
"restangular": "1.4.0",
"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.11.0",
"angular-translate-loader-url": "2.2.0",
"moment": "~2.8.1",
"angular-i18n": "~1.2.22",
"angular-charts": "~0.2.4"
},
"devDependencies": {
"angular-mocks": "1.2.22"
},
"resolutions": {
"angular": "1.2.22"
}
}