package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "simditor",
  3. "version": "2.3.19",
  4. "description": "A simple online editor",
  5. "keywords": "editor simditor",
  6. "repository": {
  7. "type": "git",
  8. "url": "git@github.com:mycolorway/simditor.git"
  9. },
  10. "author": "farthinker <farthinker@gmail.com>",
  11. "license": "MIT",
  12. "bugs": {
  13. "url": "https://github.com/mycolorway/simditor/issues"
  14. },
  15. "scripts": {
  16. "test": "grunt test --verbose"
  17. },
  18. "main": "lib/simditor.js",
  19. "homepage": "http://simditor.tower.im",
  20. "dependencies": {
  21. "jquery": "~2.1.4",
  22. "simple-hotkeys": "~1.0.3",
  23. "simple-uploader": "~2.0.7",
  24. "simple-module": "~2.0.6"
  25. },
  26. "devDependencies": {
  27. "grunt": "0.x",
  28. "grunt-contrib-sass": "0.x",
  29. "grunt-contrib-watch": "0.x",
  30. "grunt-contrib-coffee": "0.x",
  31. "grunt-contrib-copy": "0.x",
  32. "grunt-contrib-uglify": "0.x",
  33. "grunt-contrib-compress": "0.x",
  34. "grunt-contrib-clean": "0.x",
  35. "grunt-contrib-jasmine": "0.x",
  36. "grunt-jekyll": "0.x",
  37. "grunt-umd": "2.3.x",
  38. "grunt-express": "1.4.0",
  39. "grunt-banner": "0.3.x",
  40. "grunt-curl": "2.1.x",
  41. "express": "~3.3.4"
  42. }
  43. }