react-native-mathjax
Version:
Render Mathjax content in React Native Webview
31 lines (30 loc) • 734 B
JSON
{
"name": "react-native-mathjax",
"version": "2.1.2",
"description": "Render Mathjax content in React Native Webview",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "npm tun test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calvinkei/react-native-mathjax.git"
},
"keywords": [
"react",
"native",
"mathjax",
"latex",
"maths",
"equation"
],
"author": "Calvin Kei <calvin.conceptz@gmail.com> (https://www.linkedin.com/in/chi-wing-kei-237364140/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvinkei/react-native-mathjax/issues"
},
"homepage": "https://github.com/calvinkei/react-native-mathjax#readme"
}