blob: 809dbbac531cc21eb7fb5c9fe49865b2f2f33465 [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 "_release": "1.1.1",
22 "_resolution": {
23 "type": "version",
24 "tag": "v1.1.1",
25 "commit": "a62537a80029cd5a2e230769a652904e2de2d5d4"
26 },
27 "_source": "https://github.com/nnnick/Chart.js.git",
28 "_target": "~1.1.1",
29 "_originalSource": "Chart.js"
30}