-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 734 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 734 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
{
"name": "angular-metrics-graphics",
"version": "0.1.0",
"authors": [
"Davis Marques <dmarq.ezz@gmail.com>"
],
"description": "Angular directive for MetricsGraphics library",
"main": "dist/angular-metrics-graphics.js",
"license": "MIT",
"ignore": [
"Gruntfile.js",
".bowerrc",
".gitignore",
".jshintrc",
".travis.yml",
"package.json",
"conf",
"dist/examples",
"node_modules",
"src",
"test",
"vendor"
],
"appPath": "src",
"dependencies": {
"angular": "~1.3.11",
"d3": "~3.5.3",
"jquery": "~2.1.3",
"metrics-graphics": "~2.7.0"
},
"devDependencies": {
"bootstrap": "~3.3.2"
},
"resolutions": {
"metrics-graphics": "~2.7.0"
}
}