package.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "@notadd/neditor",
  3. "title": "neditor",
  4. "description": "Neditor富文本web编辑器",
  5. "version": "2.1.18",
  6. "homepage": "https://github.com/notadd/neditor",
  7. "author": {
  8. "name": "Notadd",
  9. "url": "http://www.notadd.com"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/notadd/neditor.git"
  14. },
  15. "keywords": [
  16. "neditor",
  17. "web editor",
  18. "javascript",
  19. "rich editor"
  20. ],
  21. "bugs": {
  22. "url": "https://github.com/notadd/neditor/issues"
  23. },
  24. "dependencies": {},
  25. "devDependencies": {
  26. "conventional-changelog-cli": "2.0.21",
  27. "gh-pages": "2.0.1",
  28. "grunt": "0.4.5",
  29. "grunt-cli": "1.3.2",
  30. "grunt-contrib-clean": "0.7.0",
  31. "grunt-contrib-concat": "1.0.1",
  32. "grunt-contrib-copy": "0.4.1",
  33. "grunt-contrib-cssmin": "0.6.2",
  34. "grunt-contrib-uglify": "1.0.2",
  35. "grunt-text-replace": "0.4.0",
  36. "grunt-transcoding": "0.1.3"
  37. },
  38. "scripts": {
  39. "build": "grunt neditor",
  40. "publish": "cd dist && npm publish --access public",
  41. "deploy": "gh-pages -d dist",
  42. "changelog": "rm -rf CHANGELOG.md && conventional-changelog -p angular -r 4 -i CHANGELOG.md -s"
  43. }
  44. }