forked from timelyportfolio/d3.chart.layout
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
53 lines (43 loc) · 1.06 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
{
"name": "d3.chart.layout.hierarchy",
"description": "Reusable D3 hierarchy layouts built with d3.Chart",
"version": "0.3.4",
"main": "./d3.chart.layout.hierarchy.js",
"license": "BSD-3-Clause",
"keywords": [
"d3.js",
"d3.chart",
"visualization",
"layout",
"hierarchy"
],
"homepage": "https://github.com/bansaghi/d3.chart.layout.hierarchy/",
"author": "Anna Bansaghi <anna.bansaghi@mamikon.net> (http://mamikon.net)",
"repository": {
"type": "git",
"url": "git://github.com/bansaghi/d3.chart.layout.hierarchy.git"
},
"bugs": {
"url": "https://github.com/bansaghi/d3.chart.layout.hierarchy/issues"
},
"directories": {
"example": "./example"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"vows": "^0.8.1"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"scripts": {
"test": "vows --spec"
},
"d3.chart": {
"version" : "0.2.1"
}
}