-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 1.88 KB
/
package.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
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
{
"name": "d3plus",
"version": "1.9.8",
"description": "Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.",
"devDependencies": {
"browserify": "^13.1.0",
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"gulp": "^4.0.2",
"gulp-chmod": "^1.3.0",
"gulp-connect": "^5.7.0",
"gulp-duration": "^0.0.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"merge-stream": "^2.0.0",
"require-dir": "^0.3.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"repository": {
"type": "git",
"url": "https://github.com/feardarkness/d3plus.git"
},
"browserify": {
"transform": [
"coffeeify"
]
},
"keywords": [
"charts",
"d3",
"d3plus",
"data",
"visualization"
],
"author": {
"name": "Dave Landry",
"email": "[email protected]",
"url": "http://www.dave-landry.com"
},
"contributors": [
{
"name": "Alexander Simoes",
"email": "[email protected]",
"url": "http://www.alexandersimoes.com"
},
{
"name": "Daniel Smilkov",
"email": "[email protected]",
"url": "http://smilkov.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/feardarkness/d3plus/issues",
"email": "[email protected]"
},
"homepage": "http://www.d3plus.org",
"dependencies": {
"d3": "^3.5.15",
"heap": "^0.2.6",
"numeric": "^1.2.6",
"simplify-js": "^1.2.1",
"static-kdtree": "^1.0.1",
"topojson": "^1.6.24"
},
"filename": "d3plus.min.js",
"npmName": "d3plus",
"npmFileMap": [
{
"basePath": "/",
"files": [
"d3plus.full.js",
"d3plus.full.min.js",
"d3plus.js",
"d3plus.min.js"
]
}
]
}