forked from d3plus/d3plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.73 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.73 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "d3plus",
"version": "1.6.3",
"description": "Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.",
"main": "d3plus.js",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/alexandersimoes/d3plus.git"
},
"keywords": [
"charts",
"d3",
"d3plus",
"data",
"visualization"
],
"author": {
"name": "Dave Landry",
"email": "landry.dave@gmail.com",
"url": "http://www.dave-landry.com"
},
"contributors": [
{
"name": "Alexander Simoes",
"email": "alexandersimoes@gmail.com",
"url": "http://www.alexandersimoes.com"
},
{
"name": "Daniel Smilkov",
"email": "dsmilkov@gmail.com",
"url": "http://smilkov.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandersimoes/d3plus/issues",
"email": "landry.dave@gmail.com"
},
"homepage": "http://www.d3plus.org",
"dependencies": {
"d3": "^3.4.12",
"heap": "^0.2.4",
"numeric": "^1.2.6",
"simplify-js": "^1.2.1",
"static-kdtree": "^1.0.1",
"topojson": "^1.6.18"
}
}