-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
49 lines (49 loc) · 876 Bytes
/
bower.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
{
"name": "d3zoompanbrushchart",
"description": "A minimal reusable chart with zoom, pan and brush for time series using d3.js",
"homepage": "http://msand.github.io/d3zoompanbrushchart",
"author": {
"name": "Mikael Sand",
"url": "http://github.com/msand"
},
"main": [
"d3zoompanbrushchart.js",
"styles.css"
],
"scripts": [
"d3zoompanbrushchart.js"
],
"keywords": [
"d3",
"visualization",
"svg",
"charts"
],
"license": "BSD-3-Clause",
"dependencies": {
"d3": "3.*"
},
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
".DS_Store",
".git",
".gitignore",
".npmignore",
".spmignore",
".travis.yml",
"Makefile",
"bin",
"component.json",
"composer.json",
"index.js",
"lib",
"node_modules",
"package.json",
"src",
"test"
]
}