package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "kityminder-core",
  3. "title": "Kity Minder Core",
  4. "description": "KityMinder Core Implement",
  5. "version": "1.4.50",
  6. "homepage": "https://github.com/fex-team/kityminder-core",
  7. "author": {
  8. "name": "Baidu FEX",
  9. "url": "http://fex.baidu.com"
  10. },
  11. "main": "dist/kityminder.core.js",
  12. "license": "BSD-3-Clause",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/fex-team/kityminder-core.git"
  16. },
  17. "keywords": [
  18. "kityminder",
  19. "kity",
  20. "minder",
  21. "svg",
  22. "graphic",
  23. "javascript"
  24. ],
  25. "scripts": {
  26. "dev": "grunt dev",
  27. "build": "grunt build"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/fex-team/kityminder-core/issues"
  31. },
  32. "licenses": [
  33. {
  34. "type": "BSD-3-Clause",
  35. "url": "https://github.com/fex-team/kityminder-core/blob/dev/LICENSE"
  36. }
  37. ],
  38. "dependencies": {
  39. "json-diff": "^0.5.2",
  40. "kity": "^2.0.4",
  41. "seajs": "^2.3.0"
  42. },
  43. "devDependencies": {
  44. "cz-conventional-changelog": "^1.1.5",
  45. "grunt": "~0.4.1",
  46. "grunt-browser-sync": "^2.2.0",
  47. "grunt-contrib-clean": "~0.5.0",
  48. "grunt-contrib-concat": "~0.5.0",
  49. "grunt-contrib-copy": "~0.8.2",
  50. "grunt-contrib-uglify": "~0.4.0",
  51. "grunt-contrib-watch": "^1.0.0",
  52. "grunt-module-dependence": "~0.2.1",
  53. "grunt-replace": "~0.8.0",
  54. "uglify-js": "^2.8.29"
  55. },
  56. "config": {
  57. "commitizen": {
  58. "path": "./node_modules/cz-conventional-changelog"
  59. }
  60. }
  61. }