{
"name": "cocalc-jupyter-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter progress test"
},
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"enchannel-zmq-backend": "^4",
"expect": "^1.20",
"kernelspecs": "^2",
"node-cleanup": "^2.1",
"spawnteract": "^4"
}
}