@runtimed/jmp
Version:
Node.js module for creating, parsing and replying to messages of the Jupyter Messaging Protocol (JMP)
45 lines (44 loc) • 1.2 kB
JSON
{
"name": "@runtimed/jmp",
"version": "3.0.0",
"description": "Node.js module for creating, parsing and replying to messages of the Jupyter Messaging Protocol (JMP)",
"keywords": [
"jupyter",
"messaging",
"protocol",
"ijavascript"
],
"bugs": {
"url": "https://github.com/runtimed/jmp/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/runtimed/jmp.git"
},
"dependencies": {
"uuid": "^11.1.0",
"zeromq": "^6.5"
},
"engines": {
"node": ">=6"
},
"devDependencies": {
"debug": "2",
"eslint": "2",
"jsdoc": "3",
"mocha": "5"
},
"scripts": {
"doc": "jsdoc -R README.md -d doc index.js",
"doc:publish": "node scripts/doc-publish.js doc https://github.com/runtimed/jmp",
"lint": "eslint index.js test",
"test:mocha": "mocha",
"test": "npm run lint && npm run test:mocha -- --bail"
}
}