package.json 306 B

123456789101112
  1. {
  2. "name": "chartjs",
  3. "version": "0.3.24",
  4. "description": "A charting library in pure javascript.",
  5. "main": "chart.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": "Timer/chartjs",
  10. "author": "Joe Haddad <timer150@gmail.com>",
  11. "license": "MIT"
  12. }