-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
62 lines (62 loc) · 1.6 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
{
"name": "s p a c e",
"version": "1.1.0",
"dependencies": {
"accountingjs": "~0.3.2",
"blockUI": "*",
"bootstrap": "~3.3.2",
"bootstrap-daterangepicker": "~1.3.21",
"bootstrap-material-design": "~0.2.2",
"bootstrap-multiselect": "~0.9.10",
"bootstrap-notify": "latest",
"bootstrap3-wysiwyg": "~0.3.3",
"c3": "~0.4.10",
"d3": "~3.5.5",
"daterangepicker": "latest",
"eonasdan-bootstrap-datetimepicker": "~4.0.0",
"flippant.js": "latest",
"font-awesome": "latest",
"interact": "~1.2.4",
"jade-runtime.js": "~1.8.0",
"jasny-bootstrap": "~3.1.3",
"jeditable": "~1.7.3",
"jquery": "latest",
"jquery-ui-touch-punch": "*",
"jquery.fileDownload": "~1.4.2",
"jqueryui": "~1.11.4",
"lodash": "latest",
"moment": "latest",
"moment-duration-format": "~1.3.0",
"mousetrap": "latest",
"nvd3": "~1.8.1",
"progressbar.js": "~0.9.0",
"sidr": "latest",
"slickgrid": "latest",
"socket.io": "~1.3.5",
"socket.io-client": "~1.3.5",
"Sortable": "~1.1.0",
"tablesorter": "*",
"underscore": "~1.8.2",
"underscore.nest": "latest",
"topojson": "~1.6.19",
"d3-geo-projection": "~0.2.15"
},
"authors": [
"cactus <[email protected]>"
],
"description": "s p a c e - strategy performance and change explorer",
"license": "MIT",
"private": true,
"resolutions": {
"bootstrap-multiselect": "~0.9.10",
"jquery": "~2.1.1",
"d3": "~3.5.5",
"topojson": "~1.6.19"
},
"devDependencies": {
"nvd3": "~1.7.1",
"c3": "~0.4.10",
"d3": "~3.5.5",
"dropdown.js": "*"
}
}