forked from pablomolnar/radial-progress-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 743 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 743 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
{
"name": "radial-progress-chart",
"main": "dist/radial-progress-chart.js",
"version": "0.0.4",
"homepage": "https://github.com/pablomolnar/radial-progress-chart",
"authors": [
"Pablo Molnar <pablomolnar@gmail.com>"
],
"description": "Radial Progress Chart started as a weekend project. It's written on the top of D3.js and was heavily inspired by and D3 stub of Polar Clock",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"apple",
"watch",
"radial",
"bar",
"progress",
"chart",
"polar",
"d3"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"d3": "^4.4.0"
}
}