package.json 437 B

12345678910111213141516171819202122
  1. {
  2. "name": "PHP-Runtime-Debug",
  3. "version": "0.1.0",
  4. "description": "PHP runtime debug tool",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "dependencies": {
  9. "date-format": "0.0.2",
  10. "fs-extra": "^0.30.0",
  11. "socket.io": "^1.4.8",
  12. "tracer": "^0.8.3"
  13. },
  14. "engines": {
  15. "node": ">=0.12.5"
  16. },
  17. "repository": {
  18. "private": true
  19. },
  20. "author": "HonorLee",
  21. "license": "ISC"
  22. }