reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 301 forks source link

Fix packagejson deps #83

Closed mdrx-io closed 8 years ago

mdrx-io commented 8 years ago

Fixes #51.

austinpray commented 8 years ago

Huh? Isn't this the wrong package name? https://www.npmjs.com/package/chartjs

austinpray commented 8 years ago

{ name: 'chartjs',
  description: 'A charting library in pure javascript.',
  'dist-tags': { latest: '0.3.7' },
  versions: 
   [ '0.0.2',
     '0.0.3',
     '0.0.4',
     '0.0.6',
     '0.0.7',
     '0.0.8',
     '0.1.1',
     '0.2.0',
     '0.2.1',
     '0.2.2',
     '0.2.3',
     '0.2.4',
     '0.2.5',
     '0.2.6',
     '0.3.0',
     '0.3.1',
     '0.3.2',
     '0.3.3',
     '0.3.4',
     '0.3.5',
     '0.3.6',
     '0.3.7' ],
  maintainers: [ 'timer <timer150@gmail.com>' ],
  time: 
   { modified: '2016-02-16T05:54:38.775Z',
     created: '2015-10-20T07:57:05.245Z',
     '0.0.1': '2015-10-20T07:57:05.245Z',
     '0.0.2': '2015-10-22T06:36:33.612Z',
     '0.1.0': '2015-10-22T19:50:46.576Z',
     '0.0.3': '2015-10-22T19:51:30.970Z',
     '0.0.4': '2015-10-22T20:10:40.544Z',
     '0.0.5': '2015-10-22T20:11:09.723Z',
     '0.0.6': '2015-10-24T05:48:42.771Z',
     '0.0.7': '2015-10-25T08:53:52.379Z',
     '0.0.8': '2015-10-25T09:03:30.911Z',
     '0.1.1': '2015-10-25T09:19:38.876Z',
     '0.2.0': '2015-10-31T01:53:54.433Z',
     '0.2.1': '2015-10-31T17:30:13.976Z',
     '0.2.2': '2015-10-31T17:55:16.185Z',
     '0.2.3': '2015-11-02T17:02:45.892Z',
     '0.2.4': '2015-11-04T04:46:17.106Z',
     '0.2.5': '2015-11-08T02:19:56.362Z',
     '0.2.6': '2016-01-06T05:30:00.605Z',
     '0.3.0': '2016-01-21T01:09:03.264Z',
     '0.3.1': '2016-02-06T22:53:47.989Z',
     '0.3.2': '2016-02-07T18:58:06.709Z',
     '0.3.3': '2016-02-07T21:38:11.830Z',
     '0.3.4': '2016-02-13T21:16:58.018Z',
     '0.3.5': '2016-02-14T03:46:43.117Z',
     '0.3.6': '2016-02-14T04:53:03.566Z',
     '0.3.7': '2016-02-16T05:54:38.775Z' },
  author: 'Joe Haddad <timer150@gmail.com>',
  license: 'MIT',
  readmeFilename: 'README.md',
  homepage: 'https://github.com/timer/chartjs#readme',
  repository: { type: 'git', url: 'git+https://github.com/timer/chartjs.git' },
  bugs: { url: 'https://github.com/timer/chartjs/issues' },
  version: '0.3.7',
  main: 'chart.js',
  scripts: { test: 'echo "Error: no test specified" && exit 1' },
  gitHead: 'a8b344ee8cd5026e89dbf4584157b7c5de6717a7',
  dist: 
   { shasum: '842ba8705b0c5de13d684c32414a99e082ed2530',
     tarball: 'http://registry.npmjs.org/chartjs/-/chartjs-0.3.7.tgz' },
  directories: {} }