{ "name": "python-shell", "version": "0.0.3", "description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio", "keywords": [ "python" ], "scripts": { "test": "mocha -R spec" }, "dependencies": {}, "devDependencies": { "should": "^3.1.3", "mocha": "^1.17.1" }, "repository": { "type": "git", "url": "http://github.com/extrabacon/python-shell" }, "homepage": "http://github.com/extrabacon/python-shell", "bugs": "http://github.com/extrabacon/python-shell/issues", "author": { "name": "Nicolas Mercier", "email": "[email protected]" }, "engines": { "node": ">=0.10" } }