库房摄像头直播后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
364 B

4 years ago
  1. {
  2. "name": "server",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "start": "node ./bin/www"
  7. },
  8. "dependencies": {
  9. "cookie-parser": "~1.4.4",
  10. "debug": "~2.6.9",
  11. "express": "~4.16.1",
  12. "http-errors": "~1.6.3",
  13. "jade": "~1.11.0",
  14. "morgan": "~1.9.1",
  15. "node-rtsp-stream": "0.0.9",
  16. "node-windows": "^1.0.0-beta.5"
  17. }
  18. }