UNPKG

@kurtharriger/jp-kernel

Version:

Generic Node.js kernel for the Jupyter notebook

44 lines (43 loc) 1.05 kB
{ "name": "@kurtharriger/jp-kernel", "version": "0.1.0-wdio-repl", "description": "Generic Node.js kernel for the Jupyter notebook", "keywords": [ "kernel", "ipython", "jupyter", "ijavascript", "jp-babel", "jp-coffeescript" ], "homepage": "https://n-riesco.github.io/jp-kernel", "bugs": { "url": "https://github.com/n-riesco/jp-kernel/issues" }, "license": "BSD-3-Clause", "author": { "author": "Nicolas Riesco", "email": "enquiries@nicolasriesco.net", "url": "http://www.nicolasriesco.net/" }, "repository": { "type": "git", "url": "https://github.com/n-riesco/jp-kernel.git" }, "dependencies": { "@kurtharriger/nel": "^0.6.0-wdio-repl", "jmp": "0.4.x" }, "devDependencies": { "jsdoc": "latest", "jshint": "latest", "debug": "2.x", "mocha": "3.x" }, "scripts": { "doc": "jsdoc -R README.md -d docs index.js lib", "lint": "jshint index.js lib/ test/", "test:mocha": "mocha", "test": "npm run lint && npm run test:mocha" } }