Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

42 righe
918 B

  1. {
  2. "name": "peity",
  3. "version": "3.3.0",
  4. "description": "Peity (sounds like deity) is a jQuery plugin that converts an element's content into a mini `svg` pie, line or bar chart.",
  5. "main": "jquery.peity.js",
  6. "files": [
  7. "CHANGELOG.md",
  8. "LICENCE",
  9. "README.md",
  10. "jquery.peity.js",
  11. "jquery.peity.min.js"
  12. ],
  13. "devDependencies": {
  14. "ejs": "^2.5.5",
  15. "express": "^4.14.1",
  16. "mocha": "^3.2.0",
  17. "queue-async": "^1.2.1",
  18. "uglify-js": "^3.3.7"
  19. },
  20. "scripts": {
  21. "test": "make test"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/benpickles/peity.git"
  26. },
  27. "keywords": [
  28. "jquery-plugin",
  29. "ecosystem:jquery",
  30. "chart",
  31. "graph",
  32. "sparkline",
  33. "svg"
  34. ],
  35. "author": "Ben Pickles",
  36. "license": "MIT",
  37. "bugs": {
  38. "url": "https://github.com/benpickles/peity/issues"
  39. },
  40. "homepage": "https://github.com/benpickles/peity"
  41. }