{ "name": "portapy", "version": "0.0.13", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node scripts/postinstall.js", "preuninstall": "node scripts/uninstall.js", "clean": "node clean.js" }, "bin": { "python": "bin/python.js", "portapy": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/marcus13345/portapy.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/marcus13345/portapy/issues" }, "dependencies": { "copy-dir": "^0.4.0", "minimist": "^1.2.0", "request": "^2.88.0" }, "homepage": "https://github.com/marcus13345/portapy#readme" }