markdown-it-synapse-math
Version:
Markdown-it plugin to include math in your document
50 lines (49 loc) • 1.51 kB
JSON
{
"name": "markdown-it-synapse-math",
"version": "3.0.5",
"description": "Markdown-it plugin to include math in your document",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"browserify": "(echo \"/*! ${npm_package_name} ${npm_package_version} ${npm_package_homepage} @license MIT */\"; browserify ./ -s markdownitMath) > dist/markdown-it-synapse-math.js",
"predist": "npm run test",
"dist": "rm -fr dist; mkdir dist; npm run browserify; npm run minify",
"lint": "eslint index.js lib/",
"minify": "uglifyjs dist/markdown-it-synapse-math.js -b -c -m > dist/markdown-it-synapse-math.min.js",
"prepublish": "npm run dist",
"pretest": "npm run lint",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Njanderson/markdown-it-synapse-math"
},
"keywords": [
"markdown-it",
"markdown-it-plugin",
"markdown",
"MathML",
"AsciiMath"
],
"author": "Rúnar Berg Baugsson Sigríðarson",
"license": "MIT",
"bugs": {
"url": "https://github.com/Njanderson/markdown-it-synapse-math/issues"
},
"homepage": "https://github.com/Njanderson/markdown-it-synapse-math",
"optionalDependencies": {
"ascii2mathml": "^0.6.2"
},
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.1.0",
"eslint": "^1.4.3",
"markdown-it": "^4.1.0",
"markdown-it-testgen": "^0.1.5",
"mocha": "^2.3.2",
"texzilla": "^0.9.9",
"uglify-es": "^3.3.9"
}
}