-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
45 lines (45 loc) · 1 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
{
"name": "lean-analytics",
"main": "lean-analytics.js",
"version": "0.9.0",
"authors": [
"Vladimir Prus <[email protected]>"
],
"description": "Quickly visualize and explore time series data",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"time",
"series",
"data",
"analysis"
],
"license": "MIT",
"homepage": "http://vprus.github.io/lean-analytics",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.1",
"fontawesome": "~4.2.0",
"underscore": "~1.7.0",
"backbone": "~1.1.2",
"d3": "~3.4.13",
"dc.js": "https://github.com/vprus/dc.js.git#7e01af0680fd9ca6599298e0b697797aff64d991",
"moment": "~2.8.3",
"jstat": "~1.0.6",
"regression-js": "https://github.com/Tom-Alexander/regression-js.git#08bf4ee",
"uri.js": "~1.14.1"
},
"resolutions": {
"dc.js": "7e01af0680fd9ca6599298e0b697797aff64d991"
}
}