markdown-it-simplemath
Version:
markdown-it plugin that adds simple math support
36 lines (35 loc) • 814 B
JSON
{
"name": "markdown-it-simplemath",
"version": "1.0.0",
"description": "markdown-it plugin that adds simple math support",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"math"
],
"homepage": "https://github.com/adam-p/markdown-it-simplemath",
"repository": {
"type": "git",
"url": "git://github.com/adam-p/markdown-it-simplemath.git"
},
"bugs": {
"url": "https://github.com/adam-p/markdown-it-simplemath/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"browserify": "*",
"chai": "*",
"coveralls": "^2.11.2",
"eslint": "0.10.2",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*",
"markdown-it": "^4.0.0",
"mocha": "*",
"uglify-js": "*"
}
}