-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
45 lines (45 loc) · 814 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
{
"name": "angular-bubbletree",
"version": "0.1.0",
"description": "Angular bubble tree chart using d3",
"keywords": [
"d3",
"angular",
"chart",
"responsive",
"related",
"bubble"
],
"authors": [
{
"name": "Amgad Fahmi",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/amgadfahmi/angular-bubbletree.git"
},
"license": "ALv2",
"main": [
"dist/angular-bubbletree.js",
"dist/angular-bubbletree.css"
],
"ignore": [
"*.*",
"bower",
"modules",
"node_modules",
"src",
"test"
],
"dependencies": {
"d3": "^3.5.17"
},
"devDependencies": {
"angular-mocks": ">=1.2.0",
"angular-scenario": ">=1.2.0",
"angular": ">=1.2.0",
"d3": "^3.5.17"
}
}