forked from palantir/plottable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
53 lines (53 loc) · 1000 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
46
47
48
49
50
51
52
53
{
"name": "plottable",
"description": "A modular charting library built on D3",
"version": "2.0.0",
"main": [
"plottable.js",
"plottable.css"
],
"typescript": {
"definition": "plottable.d.ts"
},
"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.5.5",
"svg-typewriter": "0.3.0"
},
"homepage": "http://plottablejs.org",
"repository": {
"type": "git",
"url": "git://github.com/palantir/plottable.git"
},
"devDependencies": {
"chai": "2.0.0",
"mocha": "2.2.5",
"jQuery": "2.1.0",
"jquery.simulate": "1.2.0",
"requirejs": "2.1.18",
"sinon": "1.16.1"
}
}