aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 6883746f234bb5663ba15c480e7ad41029716b35 (plain)
  1. {
  2.   "name": "commonmark-spec",
  3. "version": "-",
  4. "description": "Commonmark spec.",
  5. "keywords": [
  6. "commonmark",
  7. "markdown"
  8. ],
  9. "repository": "jgm/CommonMark",
  10. "license": "MIT",
  11. "files": [
  12. "index.js",
  13. "spec.txt"
  14. ]
  15. }