This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
portapy/package.json

29 lines
649 B
JSON

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