summaryrefslogtreecommitdiff
path: root/www/lib/Chart.js/bower.json
blob: 51e5f2d69e2c912883cb8638b72ae2f45b2031ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "Chart.js",
  "description": "Simple HTML5 Charts using the canvas element",
  "homepage": "https://github.com/nnnick/Chart.js",
  "author": "nnnick",
  "main": [
    "Chart.js"
  ],
  "ignore": [
    "**/*",
    ".travis.yml",
    "CONTRIBUTING.md",
    "Chart.js",
    "LICENSE.md",
    "README.md",
    "gulpfile.js",
    "package.json"
  ],
  "dependencies": {},
  "version": "1.1.1"
}