版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

56 строки
1.1 KiB

  1. {
  2. "name": "section-matter",
  3. "description": "Like front-matter, but supports multiple sections in a document.",
  4. "version": "1.0.0",
  5. "homepage": "https://github.com/jonschlinkert/section-matter",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/section-matter",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/section-matter/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js"
  14. ],
  15. "main": "index.js",
  16. "engines": {
  17. "node": ">=4"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "dependencies": {
  23. "extend-shallow": "^2.0.1",
  24. "kind-of": "^6.0.0"
  25. },
  26. "devDependencies": {
  27. "gulp-format-md": "^1.0.0",
  28. "js-yaml": "^3.10.0",
  29. "mocha": "^4.0.1"
  30. },
  31. "keywords": [
  32. "matter",
  33. "section"
  34. ],
  35. "verb": {
  36. "toc": false,
  37. "layout": "default",
  38. "tasks": [
  39. "readme"
  40. ],
  41. "plugins": [
  42. "gulp-format-md"
  43. ],
  44. "related": {
  45. "list": [
  46. "gray-matter",
  47. "assemble",
  48. "verb"
  49. ]
  50. },
  51. "lint": {
  52. "reflinks": true
  53. }
  54. }
  55. }