forked from d3plus/d3plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 1.28 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
{
"name": "d3plus",
"main": "./d3plus.full.js",
"version": "1.9.8",
"moduleType": ["node"],
"homepage": "https://github.com/alexandersimoes/d3plus",
"description": "Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.",
"authors": [
"Dave Landry <[email protected]>",
"Alexander Simoes <[email protected]>",
"Daniel Smilkov <[email protected]>"
],
"dependencies": {
"d3": "^3.5.15",
"heap": "^0.2.6",
"numericjs": "^1.2.6",
"simplify-js": "https://github.com/mourner/simplify-js.git",
"static-kdtree": "https://github.com/mikolalysenko/static-kdtree.git",
"topojson": "^1.6.24"
},
"devDependencies": {
"browserify": "^13.1.0",
"coffeeify": "^2.0.1",
"coffee-script": "^1.10.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-chmod": "^1.3.0",
"gulp-connect": "^5.0.0",
"gulp-duration": "^0.0.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"require-dir": "^0.3.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"keywords": ["charts", "d3", "d3plus", "data", "visualization"],
"license": "MIT"
}