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
84 lines (84 loc) · 1.92 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 1.92 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "d3plus",
"version": "1.8.0",
"description": "Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.",
"main": "d3plus.full.js",
"devDependencies": {
"browserify": "^11.0.1",
"coffee-script": "^1.9.3",
"coffeeify": "^1.1.0",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-chmod": "^1.2.0",
"gulp-connect": "^2.2.0",
"gulp-duration": "^0.0.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"require-dir": "^0.3.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/alexandersimoes/d3plus.git"
},
"browserify": {
"transform": [
"coffeeify"
]
},
"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.5.6",
"heap": "^0.2.6",
"numeric": "^1.2.6",
"simplify-js": "^1.2.1",
"static-kdtree": "^1.0.1",
"topojson": "^1.6.19"
},
"filename": "d3plus.min.js",
"npmName": "d3plus",
"npmFileMap": [
{
"basePath": "/",
"files": [
"d3plus.full.js",
"d3plus.full.min.js",
"d3plus.js",
"d3plus.min.js"
]
}
]
}