dbgp
Version:
DBGp (Common DeBugGer Protocol) client for Node.js
23 lines (22 loc) • 435 B
JSON
{
"name": "dbgp",
"version": "0.0.1",
"description": "DBGp (Common DeBugGer Protocol) client for Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dbgp",
"php",
"debug",
"ide"
],
"author": "Dan Phillimore (asmblah)",
"license": "MIT",
"dependencies": {
"atob": "^2.1.0",
"btoa": "^1.2.1",
"minimist": "^1.2.0"
}
}