{
  "name": "spawnteract",
  "version": "5.0.1",
  "description": "Proving out an API for spawning Jupyter kernels",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive",
    "build:docs": "jsdoc -R README.md -d docs index.js"
  },
  "author": "Kyle Kelley <rgbkrk@gmail.com>",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "https://github.com/nteract/spawnteract.git"
  },
  "dependencies": {
    "execa": "^0.10.0",
    "jsonfile": "^3.0.0",
    "jupyter-paths": "^2.0.0",
    "kernelspecs": "^2.0.0",
    "mkdirp": "^0.5.1",
    "portfinder": "^1.0.13",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "chai": "^4.0.1",
    "jsdoc": "^3.4.0",
    "mocha": "^3.4.2"
  }
}
