UNPKG

bugs

Version:

A unified interface to common debuggers (gdb, jdb, pdb, ...)

29 lines (28 loc) 684 B
{ "name": "bugs", "version": "0.1.0", "description": "A unified interface to common debuggers (gdb, jdb, pdb, ...) ", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/FriendCode/bugs.git" }, "keywords": [ "gdb", "pdb", "jdb", "bugs", "debugger" ], "author": "Aaron O'Mullan <aaron.omullan@friendco.de>", "readmeFilename": "README.md", "dependencies": { "q": "1.0.0", "lodash": "2.4.1", "event-stream": "3.1.0", "pty.js": "0.2.3" } }