aboutsummaryrefslogtreecommitdiff
path: root/js/package.json
blob: 4ae8bca5367bcdf72b744b05145ded951422293b (plain)
  1. "name": "commonmark",
  2. "description": "a strongly specified, highly compatible variant of Markdown",
  3. "dist-tags": { "latest": "0.9.0" },
  4. "versions": "0.9.0",
  5. "homepage": "http://commonmark.org",
  6. "keywords":
  7. [ "markdown",
  8. "commonmark",
  9. "md",
  10. "stmd" ],
  11. "repository":
  12. { "type": "git",
  13. "url": "https://github.com/jgm/CommonMark.git" },
  14. "author": "John MacFarlane",
  15. "bugs": { "url": "https://github.com/jgm/CommonMark/issues" },
  16. "license": "BSD-3-Clause",
  17. "version": "0.9.0",
  18. "main": "./lib/index.js",
  19. "bin": { "commonmark": "./bin/commonmark" },
  20. "scripts": { "test": "node ./test.js" },
  21. "directories": {
  22. "lib": "./lib"
  23. },
  24. "engines": {
  25. "node": "*"
  26. }
  27. }