{
  "name": "node-red-contrib-pythonshell",
  "version": "1.5.4",
  "description": "nodes used to interact with python processes",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/namgk/node-red-contrib-pythonshell.git"
  },
  "keywords": [
    "distributed",
    "python",
    "node",
    "node-red"
  ],
  "author": "Nam Giang",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/namgk/node-red-contrib-pythonshell/issues"
  },
  "homepage": "https://github.com/namgk/node-red-contrib-pythonshell#readme",
  "dependencies": {},
  "node-red": {
    "nodes": {
      "pythonshell": "src/pythonshell.js"
    }
  },
  "devDependencies": {
    "mocha": "^5.0.4"
  }
}
