aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms-public.gathering.org/old/speedometer/c3-master/bower.json
blob: 31e1336cdf6293eed34aa3b17817c7e0d332b357 (plain)
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
{
  "name": "c3",
  "main": [
    "c3.css",
    "c3.js"
  ],
  "version": "0.4.10",
  "homepage": "https://github.com/masayuki0812/c3",
  "authors": [
    "Masayuki Tanaka <masayuki0812@mac.com>"
  ],
  "description": "D3-based reusable chart library",
  "keywords": [
    "chart",
    "d3"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "htdocs",
    "spec",
    "src",
    "package.json",
    "component.json",
    "Gruntfile.*"
  ],
  "dependencies": {
    "d3": "<=3.5.0"
  }
}