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

32 lines
745 B
JSON
Raw Normal View History

2018-10-30 17:54:43 -04:00
{
2018-10-30 19:54:49 -04:00
"name": "portapy",
2018-11-20 19:28:11 -05:00
"version": "0.0.11",
2018-10-30 17:54:43 -04:00
"description": "",
"main": "index.js",
"scripts": {
2018-10-30 17:59:40 -04:00
"test": "echo \"Error: no test specified\" && exit 1",
2018-11-20 19:28:11 -05:00
"postinstall": "node scripts/postinstall.js",
"preuninstall": "node scripts/uninstall.js",
2018-10-30 21:21:32 -04:00
"clean": "node clean.js"
2018-10-30 19:54:49 -04:00
},
"bin": {
"python": "bin/python.js"
2018-10-30 17:54:43 -04:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcus13345/portapy.git"
2018-10-30 17:54:43 -04:00
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcus13345/portapy/issues"
2018-10-30 17:54:43 -04:00
},
2018-10-30 19:54:49 -04:00
"dependencies": {
2018-11-20 18:39:29 -05:00
"copy-dir": "^0.4.0",
2018-10-30 21:21:32 -04:00
"minimist": "^1.2.0",
2018-10-30 19:54:49 -04:00
"python": "0.0.4",
2018-10-30 21:44:23 -04:00
"request": "^2.88.0"
2018-10-30 19:54:49 -04:00
},
"homepage": "https://github.com/marcus13345/portapy#readme"
2018-10-30 17:54:43 -04:00
}