package.json 792 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "pm2panel",
  3. "version": "1.0.0",
  4. "description": "pm2 web control panel to manager process with web ui",
  5. "main": "pm2panel.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://A1Gard@github.com/4xmen/pm2panel.git"
  12. },
  13. "keywords": [
  14. "pm2",
  15. "process",
  16. "cotrol",
  17. "panel",
  18. "web",
  19. "ui"
  20. ],
  21. "author": "A1Gard",
  22. "license": "GPL-3.0",
  23. "bugs": {
  24. "url": "https://github.com/4xmen/pm2panel/issues"
  25. },
  26. "homepage": "https://github.com/4xmen/pm2panel#readme",
  27. "dependencies": {
  28. "body-parser": "^1.18.2",
  29. "child_process": "^1.0.2",
  30. "express": "^4.16.2",
  31. "express-session": "^1.15.6",
  32. "fs": "0.0.1-security",
  33. "path": "^0.12.7"
  34. }
  35. }