-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 759 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 759 Bytes
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
{
"name": "d3-bootstrap-plugins",
"version": "0.0.1",
"author": "Zack Maril <zack@zacharymaril.com>",
"homepage": "https://github.com/zmaril/d3-bootstrap-plugins",
"description": "js/css duo for bootstrap style tooltips and popovers in d3.",
"author":{
"name": "Zack Maril",
"email": "zack@zacharymaril.com"
},
"repository": {
"type": "git",
"url": "https://github.com/zmaril/d3-bootstrap-plugins"
},
"keywords": [
"d3",
"bootstrap",
"tooltip",
"popover"
],
"dependencies" : {
"d3" : "2.x.x"
},
"noAnalyze": true,
"devDependencies": {
"grunt" : "0.3.11",
"grunt-css" : "0.2.1",
"grunt-coffee" : "0.0.2"
},
"bundleDependencies": [
],
"license": "MIT"
}