{ "name": "node-python", "version": "v0.0.5-rc4", "description": "Call python stuff from nodejs", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/JeanSebTr/node-python.git" }, "bugs": "https://github.com/JeanSebTr/node-python/issues", "keywords": [ "python", "bridge" ], "author": { "name": "Jean-Sébastien Tremblay", "email": "jeansebtr@xpensia.com", "url": "http://blog.jeansebtr.com" }, "contributors": [ { "name": "Chris Dickinson", "email": "chris@neversaw.us" } ], "scripts": { "test": "make test" }, "license": "BSD", "gypfile": true, "readmeFilename": "README.md", "dependencies": { "bindings": "~1.1.1", "debug": "^1.0.4" }, "devDependencies": { "mocha": "^1.21.3", "should": "^4.0.4", "sinon": "^1.10.3" } }