UNPKG

ijs

Version:

Interactive JavaScript kernel for IPython

43 lines (42 loc) 776 B
{ "name": "ijs", "version": "0.4.0", "description": "Interactive JavaScript kernel for IPython", "keywords": [ "interactive", "javascript", "ijs", "ijavascript", "ipython", "kernel", "notebook", "repl", "console", "ide", "editor" ], "author": { "author": "Nikhil Kothari", "url": "http://www.nikhilk.net" }, "license": "Apache 2.0", "repository": { "type": "git", "url": "https://github.com/interactivecomputing/ijs" }, "engines": { "node": "0.10.x" }, "dependencies": { "ijs.runtime": "^0.2.0", "node-uuid": "^1.4.2", "nomnom": "^1.8.1", "npm": "^2.5.0", "tern": "^0.9.0", "winston": "^0.9.0", "zmq": "^2.10.0" }, "bin": { "ijs": "bin/ijs.js" } }