-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 736 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
{
"name": "angularjs-nvd3-directives",
"description": "Angular.js directives for nvd3.js.",
"authors": [
"Christian Maurer"
],
"license": "Apache License, v2.0",
"homepage": "http://angularjs-nvd3-directives.github.io/angularjs-nvd3-directives/",
"main": "./dist/angularjs-nvd3-directives.js",
"keywords": [
"d3",
"nvd3",
"angular",
"directives",
"visualization",
"svg",
"charts"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"dependencies": {
"angular": "~1.2.13",
"d3": "~3.3.13",
"nvd3": "~v1.1.15-beta"
},
"devDependencies": {
"moment": "~2.5.0",
"angular-route": "~1.2.13",
"angular-mocks": "~1.2.13"
}
}