31 lines
704 B
JSON
31 lines
704 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",
|
|
"clean": "node clean.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": {
|
|
"minimist": "^1.2.0",
|
|
"python": "0.0.4",
|
|
"request": "2.88.0"
|
|
},
|
|
"homepage": "https://github.com/marcus13345/pythonjs#readme"
|
|
}
|