13 lines
291 B
JSON
13 lines
291 B
JSON
|
{
|
||
|
"name": "devbugjs",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Node.js client for DevBug debugging server.",
|
||
|
"main": "devbug.js",
|
||
|
"repository": "https://git.glmdev.tech/glmdev/devbugjs",
|
||
|
"author": "Garrett Mills",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"restler": "^3.4.0"
|
||
|
}
|
||
|
}
|