shikiml
Version:
Markup mathematical formulae by ASCII-art
44 lines (43 loc) • 854 B
JSON
{
"name": "shikiml",
"version": "0.0.4",
"description": "Markup mathematical formulae by ASCII-art",
"main": "shiki.js",
"bin" : {
"shikiml" : "./shiki-npm.js"
},
"scripts": {
"test": "ava -v"
},
"files": [
"LICENSE.txt",
"README.md",
"img",
"package.json",
"shiki-common.js",
"shiki-npm.js",
"shiki-option.js",
"shiki-pp.js",
"shiki-scaffold.js",
"shiki-template.html",
"shiki.js",
"usage.txt"
],
"repository": {
"type": "git",
"url": "git+https://github.com/y-moriguchi/shiki.git"
},
"keywords": [
"math",
"TeX",
"markup",
"shiki-ml",
"ASCII-art"
],
"author": "Yuichiro MORIGUCHI",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-moriguchi/shiki/issues"
},
"homepage": "https://github.com/y-moriguchi/shiki#README"
}