package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "kity",
  3. "title": "kity",
  4. "description": "Kity Graphic Library",
  5. "version": "2.0.4",
  6. "homepage": "https://github.com/fex-team/kity",
  7. "author": {
  8. "name": "Baidu FEX",
  9. "url": "https://github.com/fex-team/kity"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/fex-team/kity.git"
  14. },
  15. "keywords": [
  16. "kity",
  17. "svg",
  18. "graphic",
  19. "javascript",
  20. "library"
  21. ],
  22. "bugs": {
  23. "url": "https://github.com/fex-team/kity/issues"
  24. },
  25. "licenses": [
  26. {
  27. "type": "BSD",
  28. "url": "https://github.com/fex-team/kity/blob/dev/LICENSE"
  29. }
  30. ],
  31. "dependencies": {},
  32. "devDependencies": {
  33. "grunt": "~0.4.2",
  34. "grunt-module-dependence": "~0.2.0",
  35. "grunt-contrib-concat": "~0.3.0",
  36. "grunt-contrib-uglify": "~0.2.6",
  37. "grunt-contrib-clean": "~0.5.0",
  38. "grunt-contrib-jasmine": "~0.5.3",
  39. "grunt-contrib-connect": "~0.4.0"
  40. },
  41. "main": "dist/kity.js",
  42. "__npminstall_done": true,
  43. "_from": "kity@2.0.4",
  44. "_resolved": "https://registry.npmmirror.com/kity/-/kity-2.0.4.tgz"
  45. }