forked from cseg-michigan/chez-betty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
72 lines (72 loc) · 3.48 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
{
"name": "chezbetty",
"version": "1.2.0",
"homepage": "https://github.com/um-cseg/chez-betty",
"authors": [
"Brad",
"Zakir",
"Pat",
"Eric"
],
"description": "Transaction manager for mini food co-op.",
"keywords": [
"betty"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "latest",
"Chart.js": "1.0.1-beta.3",
"bootstrap-sortable": "~1.9.0",
"bootstrap-switch": "~3.3.2",
"bootstrap": "~3.3.0",
"jquery-dateFormat": "~1.0.1",
"jquery-ui": "~1.11.0",
"spin.js": "~2.0.1",
"barcoder": "https://github.com/bradjc/node-barcoder.git#1.2.0",
"datetimepicker": "latest",
"fgt-jquery-scannerdetection": "latest",
"highstock": "https://github.com/highslide-software/highstock-release/archive/v2.0.3.zip",
"StickyTableHeaders": "latest"
},
"install": {
"path": {
"css": "chezbetty/static/css/lib",
"js": "chezbetty/static/js/lib",
"eot": "chezbetty/static/css/lib/fonts",
"svg": "chezbetty/static/css/lib/fonts",
"ttf": "chezbetty/static/css/lib/fonts",
"woff": "chezbetty/static/css/lib/fonts"
},
"sources": {
"jquery": ["bower_components/jquery/dist/jquery.min.js"],
"jquery-ui": ["bower_components/jquery-ui/jquery-ui.min.js",
"bower_components/jquery-ui/themes/ui-lightness/jquery-ui.min.css"],
"jquery-dateFormat": ["bower_components/jquery-dateFormat/dist/jquery-dateFormat.min.js"],
"bootstrap": {"mapping": [{"bower_components/bootstrap/dist/js/bootstrap.min.js": "bootstrap.min.js"},
{"bower_components/bootstrap/dist/css/bootstrap.min.css": "bootstrap.min.css"},
{"bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot": "../glyphicons-halflings-regular.eot"},
{"bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg": "../glyphicons-halflings-regular.svg"},
{"bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf": "../glyphicons-halflings-regular.ttf"},
{"bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff": "../glyphicons-halflings-regular.woff"}]},
"bootstrap-sortable": ["bower_components/bootstrap-sortable/Scripts/bootstrap-sortable.js",
"bower_components/bootstrap-sortable/Contents/bootstrap-sortable.css"],
"bootstrap-switch": ["bower_components/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.min.css",
"bower_components/bootstrap-switch/dist/js/bootstrap-switch.min.js"],
"Chart.js": ["bower_components/Chart.js/Chart.min.js"],
"barcoder": ["bower_components/barcoder/lib/barcoder.js"],
"datetimepicker": ["bower_components/datetimepicker/jquery.datetimepicker.js",
"bower_components/datetimepicker/jquery.datetimepicker.css"],
"fgt-jquery-scannerdetection": ["bower_components/fgt-jquery-scannerdetection/jquery.scannerdetection.js"],
"highstock": ["bower_components/highstock/highstock.js"],
"StickyTableHeaders": ["bower_components/StickyTableHeaders/js/jquery.stickytableheaders.min.js"]
},
"ignore": ["bower_components/bootstrap/less/bootstrap.less"]
}
}