UNPKG

commonmark

Version:

a strongly specified, highly compatible variant of Markdown

52 lines (51 loc) 1.12 kB
{ "name": "commonmark", "description": "a strongly specified, highly compatible variant of Markdown", "version": "0.29.1", "homepage": "https://commonmark.org", "keywords": [ "markdown", "commonmark", "md", "stmd" ], "repository": "jgm/commonmark.js", "author": "John MacFarlane", "bugs": { "url": "https://github.com/jgm/commonmark.js/issues" }, "license": "BSD-2-Clause", "main": "./lib/index.js", "bin": { "commonmark": "./bin/commonmark" }, "scripts": { "test": "node ./test/test.js" }, "dependencies": { "entities": "~1.1.1", "mdurl": "~1.0.1", "string.prototype.repeat": "^0.2.0", "minimist": "~1.2.0" }, "directories": { "lib": "./lib" }, "engines": { "node": "*" }, "devDependencies": { "benchmark": "^2.1.4", "bower": "^1.8.8", "browserify": "^16.2.2", "cached-path-relative": "^1.0.2", "eslint": "^4.19.1", "http-server": "^0.11.1", "lodash": "^4.17.13", "markdown-it": "^8.4.1", "marked": "^0.7.0", "mem": ">=4.0.0", "showdown": "^1.9.1", "uglify-js": "^3.4.0" } }