aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 2b9f43b6e24c46d18829d58706455f2bf1e3a3d7 (plain)
  1. {
  2.   "name": "commonmark-spec",
  3. "version": "0.29.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": "commonmark/CommonMark",
  12. "license": "MIT",
  13. "files": [
  14. "index.js",
  15. "spec.txt"
  16. ]
  17. }