UNPKG

ipynb

Version:

Simple .ipynb file reader

30 lines (29 loc) 606 B
{ "name": "ipynb", "version": "1.0.0", "description": "Simple .ipynb file reader", "bin": "./cli.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/finnp/ipynb.git" }, "keywords": [ "ipynb", "ipython", "notebook" ], "author": "Finn Pauls", "license": "MIT", "bugs": { "url": "https://github.com/finnp/ipynb/issues" }, "homepage": "https://github.com/finnp/ipynb", "dependencies": { "JSONStream": "^0.10.0", "cli-md": "^1.0.0" }, "preferGlobal": true }