forked from tfrce/call-congress
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
35 lines (35 loc) · 1017 Bytes
/
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
{
"name": "Call Power",
"version": "0.0.0",
"homepage": "https://github.com/EFForg/call-congress",
"description": "Connecting people to power through their phones",
"authors": [
"Josh Levinger <[email protected]>",
"Sina Khanifar <[email protected]>",
"Beau Gunderson <[email protected]>",
"Adam Greenhall <[email protected]>",
"Thomas Davis <[email protected]>"
],
"main": "call_server/app.py",
"license": "AGPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"call_server/bower_components"
],
"dependencies": {
"bootstrap": "~3.3.5",
"backbone": "~1.1.2",
"html.sortable": "0.2.8",
"volume-meter": "https://github.com/cwilso/volume-meter.git#main",
"audioRecord": "https://github.com/sb2702/audioRecord.js.git",
"backbone-filtered-collection": "~0.4.0",
"highcharts": "~4.1.7",
"chartkick": "~1.4.0",
"bootstrap-datepicker": "~1.4.0"
}
}