forked from WealthBar/angular-d3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 715 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 715 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
{
"name": "angularD3",
"version": "0.0.29",
"main": "angularD3.js",
"ignore": [
".*",
"app",
"**/.*",
"node_modules",
"bower_components",
"app/components",
"test",
"tests",
"dist"
],
"dependencies": {
"d3": "~3.4",
"angular": "*"
},
"devDependencies": {
"angular-mocks": "~1.4",
"angular-scenario": "~1.4",
"bootstrap": "~3.1",
"jquery": "2.1"
},
"homepage": "http://wealthbar.github.io/angular-d3",
"authors": [
"Chris Nicola <chnicola@gmail.com>"
],
"description": "AngularJS chart directives and other integrations for D3.js",
"keywords": [
"AngularJS",
"D3",
"D3.js",
"charts"
],
"license": "MIT"
}