blob: 51e5f2d69e2c912883cb8638b72ae2f45b2031ca [file] [log] [blame]
Matteo Scandolo280dcd32016-05-16 09:59:38 -07001{
2 "name": "Chart.js",
3 "description": "Simple HTML5 Charts using the canvas element",
4 "homepage": "https://github.com/nnnick/Chart.js",
5 "author": "nnnick",
6 "main": [
7 "Chart.js"
8 ],
9 "ignore": [
10 "**/*",
11 ".travis.yml",
12 "CONTRIBUTING.md",
13 "Chart.js",
14 "LICENSE.md",
15 "README.md",
16 "gulpfile.js",
17 "package.json"
18 ],
19 "dependencies": {},
20 "version": "1.1.1"
21}