forked from palantir/plottable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 870 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
36
37
38
39
40
41
42
43
44
45
{
"name": "plottable",
"description": "A library for creating charts out of D3",
"version": "0.37.0",
"main": ["plottable.js", "plottable.css"],
"license": "MIT",
"ignore": [
"**/*",
"!bower.json",
"!plottable.js",
"!plottable.css",
"!plottable.min.js",
"!plottable.d.ts"
],
"keywords": [
"plottable",
"plottablejs",
"plottable.js",
"d3",
"data viz",
"chart",
"charts",
"reusable charts",
"visualization",
"scatterplot",
"bar chart",
"plot",
"plots"
],
"dependencies": {
"d3": "3.4.13"
},
"homepage": "plottablejs.org",
"repository": {
"type": "git",
"url": "git://github.com/palantir/plottable.git"
},
"devDependencies": {
"chai": "1.9.0",
"mocha": "1.17.1",
"jQuery": "2.1.0",
"jquery.simulate": "1.2.0",
"lodash": "~2.4.1"
}
}