forked from OpenSourceActivismTech/call-power
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 1.14 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
{
"name": "callpower",
"version": "1.4.beta-1",
"homepage": "https://github.com/spacedogXYZ/call-power",
"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",
"bootswatch": "^3.3.7",
"backbone": "^1.2.3",
"html.sortable": "0.2.8",
"volume-meter": "https://github.com/cwilso/volume-meter.git",
"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",
"tablesorter": "https://github.com/Mottie/tablesorter.git",
"backbone.paginator": "^2.0.5",
"bootpag": "^1.0.7"
}
}