UNPKG

insomnia-plugin-php-xdebug

Version:
38 lines (37 loc) 1.04 kB
{ "name": "insomnia-plugin-php-xdebug", "version": "0.4.0", "main": "./src/xdebug.js", "author": { "name": "clubdrei.com Medienagentur GmbH", "email": "office@clubdrei.com", "url": "https://www.clubdrei.com" }, "contributors": [ "Tristan Siebers <me@trizz.io>" ], "license": "MIT", "insomnia": { "name": "insomnia-plugin-php-xdebug", "description": "Easy enable/disable Xdebug and/or the Xdebug profiler." }, "dependencies": {}, "devDependencies": {}, "description": "Insomnia REST Client plugin for Xdebug.", "scripts": { "debug-server": "node debug-server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://gitlab.com/clubdrei/insomnia-plugin-php-xdebug.git" }, "keywords": [ "insomnia", "xdebug" ], "bugs": { "url": "https://gitlab.com/clubdrei/insomnia-plugin-php-xdebug/-/issues" }, "homepage": "https://gitlab.com/clubdrei/insomnia-plugin-php-xdebug/-/blob/master/README.md" }