yadc
Version:
Yet Another Debug Client
21 lines (20 loc) • 386 B
JSON
{
"name": "yadc",
"version": "0.0.1",
"description": "Yet Another Debug Client",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Debugger",
"Node",
"v8",
"Debug"
],
"author": "Jeremy Darling (Jeremy.Darling@gmail.com)",
"license": "MIT"
}