forked from calvinkei/react-native-mathjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 843 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "react-native-mathjax",
"version": "1.0.2",
"description": "Render Mathjax content in React Native Webview",
"main": "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 <[email protected]> (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",
"dependencies": {
"lodash": "^4.17.4",
"react-native-autoheight-webview": "git://github.com/learnyst/react-native-mathjax.git"
}
}