bower.json 951 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "tc-angular-chartjs",
  3. "version": "1.0.9",
  4. "description": "Add Chart.js charts to your angular application",
  5. "homepage": "http://carlcraig.github.io/tc-angular-chartjs/",
  6. "author": "Carl Craig <carlcraig@3c-studios.com>",
  7. "main": "dist/tc-angular-chartjs.min.js",
  8. "ignore": [
  9. "**/.*",
  10. "node_modules",
  11. "demo",
  12. "src",
  13. "bower_components",
  14. "test",
  15. "Gruntfile.js",
  16. "package.json"
  17. ],
  18. "dependencies": {
  19. "angular": "~1.x",
  20. "Chart.js": "^1.0.0-beta"
  21. },
  22. "devDependencies": {
  23. "angular-mocks": "~1.x"
  24. },
  25. "licenses": [
  26. {
  27. "type": "MIT",
  28. "url": "https://raw.github.com/carlcraig/tc-angular-chartjs/master/LICENSE-MIT"
  29. },
  30. {
  31. "type": "Apache-2.0",
  32. "url": "https://raw.github.com/carlcraig/tc-angular-chartjs/master/LICENSE-APACHE-2.0"
  33. }
  34. ],
  35. "repository": {
  36. "type": "git",
  37. "url": "https://github.com/carlcraig/tc-angular-chartjs.git"
  38. }
  39. }