forked from d3plus/d3plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.42 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": "d3plus",
"main": "d3plus.js",
"version": "1.6.5",
"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.4.12",
"heap": "^0.2.4",
"numericjs": "^1.2.6",
"simplify-js": "[email protected]:mourner/simplify-js.git",
"static-kdtree": "[email protected]:mikolalysenko/static-kdtree.git#ce6e639c333fbab310fa44a3587b4bfdf10dbd4b",
"topojson": "^1.6.18"
},
"devDependencies": {
"browserify": "^6.0.2",
"coffee-script": "^1.8.0",
"coffeeify": "^0.7.0",
"connect-livereload": "^0.5.0",
"event-stream": "^3.1.7",
"express": "^4.9.5",
"gulp": "^3.8.7",
"gulp-duration": "^0.0.0",
"gulp-livereload": "^2.1.0",
"gulp-notify": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-streamify": "^0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.0",
"gulp-yuidoc": "^0.1.2",
"require-dir": "^0.1.0",
"tiny-lr": "^0.1.4",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.0.0"
},
"keywords": ["charts", "d3", "d3plus", "data", "visualization"],
"license": "MIT"
}