omml2img
Version:
Render Office MathML to image
49 lines (48 loc) • 963 B
JSON
{
"name": "omml2img",
"description": "Render Office MathML to image",
"version": "0.1.0",
"author": {
"name": "Nikolay Norkin",
"email": "n.e.norkin@gmail.com",
"url": "zduderman.blogspot.ru"
},
"contributors": [
{
"name": "Pavel Sapachev",
"email": "pavel@sapachev.com",
"url": "http://sapachev.com"
}
],
"dependencies": {
"image-size": "^0.5.0",
"libxslt": "^0.6.3",
"underscore": "^1.8.3"
},
"engines": {
"node": ">=5.0.0"
},
"keywords": [
"omml",
"image",
"docx",
"jpeg",
"png",
"gif"
],
"repository": {
"type": "git",
"url": "git://github.com/duderman/omml2img.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/duderman/omml2img/blob/master/LICENSE"
}
],
"homepage": "http://github.com/duderman/omml2img",
"main": "index",
"bugs": {
"url": "https://github.com/duderman/omml2img/issues"
}
}