package.json 527 B

123456789101112131415161718192021222324
  1. {
  2. "name": "winboxnode",
  3. "version": "1.0.0",
  4. "description": "winbox node",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://gogs.efunbox.cn:3000/Rankin/WinBoxNode.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "crypto-js": "^3.1.9-1",
  17. "express": "^4.16.3",
  18. "fluent-ffmpeg": "^2.1.2",
  19. "": "^1.4.3",
  20. "log4js": "^3.0.3",
  21. "node-uuid": "^1.4.8",
  22. "request": "^2.87.0"
  23. }
  24. }