forked from novus/nvd3
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 724 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 724 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "nvd3",
"version": "1.7.1",
"homepage": "http://www.nvd3.org",
"authors": [
"Bob Monteverde",
"Tyler Wolf",
"Robin Hu",
"Frank Shao",
"liquidpele"
],
"description": "Re-usable charts and chart components for d3.",
"main": [
"build/nv.d3.js",
"build/nv.d3.css"
],
"keywords": [
"d3",
"visualization",
"svg",
"charts"
],
"license": "Apache License, v2.0",
"dependencies": {
"d3": "~3.3.13"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src",
"examples",
"GruntFile.js",
"*.html",
"*.log",
"*.xml",
"*.json",
"*.md"
],
"devDependencies": {
"d3": "~3.3.13"
}
}