You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
981 B

3 years ago
  1. {
  2. "name": "editor.md",
  3. "version": "1.5.0",
  4. "description": "Open source online markdown editor.",
  5. "directories": {
  6. "doc": "docs",
  7. "example": "examples",
  8. "test": "tests"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/pandao/editor.md.git"
  16. },
  17. "keywords": [
  18. "editor.md",
  19. "markdown",
  20. "editor"
  21. ],
  22. "author": "Pandao",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/pandao/editor.md/issues"
  26. },
  27. "homepage": "https://github.com/pandao/editor.md",
  28. "devDependencies": {
  29. "dateformatter": "^0.1.0",
  30. "gulp": "^3.8.11",
  31. "gulp-concat": "^2.4.2",
  32. "gulp-header": "^1.2.2",
  33. "gulp-jshint": "^1.9.0",
  34. "gulp-minify-css": "^0.4.4",
  35. "gulp-notify": "^2.1.0",
  36. "gulp-rename": "^1.2.0",
  37. "gulp-replace": "^0.5.3",
  38. "gulp-ruby-sass": "^1.0.1",
  39. "gulp-uglifyjs": "^0.6.1",
  40. "gulp-util": "^3.0.1"
  41. }
  42. }