12345678910111213141516171819202122 |
- {
- "name": "PHP-Runtime-Debug",
- "version": "0.1.0",
- "description": "PHP runtime debug tool",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "dependencies": {
- "date-format": "0.0.2",
- "fs-extra": "^0.30.0",
- "socket.io": "^1.4.8",
- "tracer": "^0.8.3"
- },
- "engines": {
- "node": ">=0.12.5"
- },
- "repository": {
- "private": true
- },
- "author": "HonorLee",
- "license": "ISC"
- }
|