-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
67 lines (67 loc) · 1.4 KB
/
bower.json
File metadata and controls
67 lines (67 loc) · 1.4 KB
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
{
"name": "dash",
"version": "0.0.0",
"authors": [
"Sherah Smith <ssmith@wikimedia.org>"
],
"description": "A Data Visualization Dashboard for Wikimedia Foundation Fundraising",
"main": "server.js",
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"public/javascripts/vendor",
"test",
"tests",
"bower_components",
"src/bower_modules"
],
"dependencies": {
"bootstrap-datepicker": "~1.3.0",
"bootstrap-timepicker": "~0.2.6",
<<<<<<< HEAD
"d3": "~3.4.11",
"chartjs": "~0.2.0",
"crossroads": "~0.12.0",
"gauge.js": "~1.2.1",
"fontawesome": "~4.1.0",
=======
"d3": "~3.5.0",
"c3": "~0.4.10",
"chartjs": "~1.0.0",
"crossroads": "~0.12.0",
"gauge.js": "~1.2.1",
"fontawesome": "4.2",
>>>>>>> release-2
"hasher": "~1.2.0",
"knockout-projections": "~1.1.0-pre",
"knockout": "~3.2.0",
"moment": "~2.7.0",
"raphael": "~2.1.2",
"requirejs": "~2.1.15",
"lato": "~0.2.1",
"requirejs-text": "~2.0.12",
"jquery": "~2.1.1",
<<<<<<< HEAD
"nouislider": "~7.0.7"
=======
"nouislider": "~7.0.7",
"numeraljs": "~1.5.3",
"select2": "~3.5.2"
>>>>>>> release-2
},
"keywords": [
"dash"
],
"homepage": "http://sherah.github.io/dash",
"private": true,
"resolutions": {
"bootstrap": ">=3.0 <4.0",
"jquery": "2.1.1"
}
}