package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "kityminder-editor",
  3. "version": "1.0.67",
  4. "description": "A powerful mind map editor",
  5. "main": "kityminder.editor.js",
  6. "scripts": {
  7. "init": "npm i -g wr && npm install -g less && npm install -g bower && bower install && npm install",
  8. "build": "grunt build",
  9. "dev": "grunt dev",
  10. "watch": "wr --exec \"lessc --source-map less/editor.less dist/kityminder.editor.css && grunt build\" less ui",
  11. "postinstall": "bower install"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/fex-team/kityminder-editor"
  16. },
  17. "keywords": [
  18. "kityminder",
  19. "editor",
  20. "html5",
  21. "js",
  22. "mindmap"
  23. ],
  24. "author": "fex <fex@baidu.com>",
  25. "license": "GPL-2.0",
  26. "bugs": {
  27. "url": "https://github.com/fex-team/kityminder-editor/issues"
  28. },
  29. "homepage": "https://github.com/fex-team/kityminder-editor",
  30. "devDependencies": {
  31. "cz-conventional-changelog": "^1.1.5",
  32. "grunt": "~0.4.1",
  33. "grunt-angular-templates": "~0.5.0",
  34. "grunt-browser-sync": "^2.2.0",
  35. "grunt-contrib-clean": "^0.5.0",
  36. "grunt-contrib-concat": "~0.5.0",
  37. "grunt-contrib-copy": "^0.5.0",
  38. "grunt-contrib-cssmin": "^0.12.0",
  39. "grunt-contrib-less": "^1.0.0",
  40. "grunt-contrib-uglify": "^3.3.0",
  41. "grunt-contrib-watch": "^1.0.0",
  42. "grunt-module-dependence": "~0.2.0",
  43. "grunt-ng-annotate": "^0.9.2",
  44. "grunt-replace": "~0.8.0",
  45. "grunt-wiredep": "^2.0.0",
  46. "jshint-stylish": "^1.0.0",
  47. "load-grunt-tasks": "^3.1.0",
  48. "uglify-js": "^2.8.29"
  49. },
  50. "dependencies": {
  51. "kityminder-core": "^1.4.50"
  52. },
  53. "config": {
  54. "commitizen": {
  55. "path": "./node_modules/cz-conventional-changelog"
  56. }
  57. },
  58. "__npminstall_done": false
  59. }