forked from FirstLegoLeague/scoring
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 813 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 813 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
{
"name": "fllscoring",
"version": "0.3.0",
"authors": [
"rikkertkoppes <rikkert@rikkertkoppes.com>"
],
"description": "fll scoring system",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.20",
"angular-bootstrap": "~0.11.0",
"angular-local-storage": "~0.6.0",
"angular-mocks": "~1.2.20",
"angular-sanitize": "~1.3.3",
"angular-touch": "~1.3.4",
"bootstrap-css": "2.3.2",
"idbwrapper": "~1.3.0",
"jquery": "~2.0.3",
"q": "~1.4.1",
"requirejs": "~2.1.8",
"signature-pad": "https://github.com/thomasjbradley/signature-pad/archive/gh-pages.zip",
"bootstrap-show-password": "~1.0.3",
"ng-file-upload": "^12.2.13"
}
}