forked from susielu/d3-legend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 864 Bytes
/
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
{
"name": "d3-svg-legend",
"version": "1.2.0",
"description": "A legend component for d3. Given a d3.scale it can create either a color legend, size legend, or symbol legend.",
"main": "index.js",
"keywords": [
"d3",
"legend"
],
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"d3": "^3.5.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-uglify": "^0.9.1",
"mocha": "^2.2.5"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/susielu/d3-legend.git"
},
"author": {
"name": "Susie Lu",
"url": "http://www.susielu.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/susielu/d3-legend/issues"
},
"homepage": "http://d3-legend.susielu.com"
}