You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
291 B

{
"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"
}
}