forked from FirstLegoLeague/flljudging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 793 Bytes
/
Copy pathbower.json
File metadata and controls
36 lines (36 loc) · 793 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
{
"name": "flljudging",
"version": "0.0.8",
"authors": [
"Kenny Meesters <k.meesters@gmail.com>"
],
"description": "FLL judging system",
"license": "GPL-2.0",
"private": true,
"appPath": "app",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">=1.3.0",
"json3": ">=3.3.0",
"es5-shim": ">=4.0.0",
"angular-resource": ">=1.3.0",
"angular-messages": ">=1.3.0",
"angular-route": ">=1.3.0",
"angular-cookies": ">=1.3.0",
"angular-sanitize": ">=1.3.0",
"angular-touch": ">=1.3.0",
"angular-ui-sortable": ">=0.13.4",
"bootstrap-css": "^3.3.6",
"font-awesome": "^4.6.1",
"ng-dialog": "^0.6.2"
},
"resolutions": {
"angular": "1.5.5"
}
}