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