aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 396be072e1ba3939d038aa041caa36fd63905ea6 (plain)
  1. {
  2.   "name": "commonmark-spec",
  3. "version": "0.27.0",
  4. "description": "CommonMark spec and test cases",
  5. "homepage": "http://commonmark.org",
  6. "license": "CC-BY-SA-4.0",
  7. "keywords": [
  8. "commonmark",
  9. "markdown"
  10. ],
  11. "repository":
  12. { "type": "git",
  13. "url": "https://github.com/jgm/CommonMark.git" },
  14. "license": "MIT",
  15. "files": [
  16. "index.js",
  17. "spec.txt"
  18. ]
  19. }