{ "name": "notebookjs-katex", "version": "1.1.0", "description": "Process embedded math expressions in IPython Markdown cells.", "main": "index.js", "homepage": "https://github.com/bradhowes/notebookjs-katex", "keywords": [ "ipython", "jupyter", "notebookjs", "katex" ], "author": { "name": "Brad Howes", "email": "bradhowes@mac.com", "url": "http://keystrokecountdown.com" }, "license": "MIT", "dependencies": { "jsonpath": "^1.3.0", "katex": "^0.16.38", "notebookjs-katex": "^1.1.0" }, "devDependencies": { "vows": "0" }, "repository": { "type": "git", "url": "git://github.com/bradhowes/notebookjs-katex.git" }, "scripts": { "test": "node_modules/vows/bin/vows --spec index.test.js" } }