123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "gb28181-video-agent-gateway",
- "version": "1.0.0",
- "description": "A Node.js implementation of GB28181 Video Streaming Agent Server",
- "main": "index.js",
- "scripts": {
- "test": "node app.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gb28181/vag.node.git"
- },
- "keywords": [
- "gb28181",
- "rtp",
- "sip",
- "PS"
- ],
- "author": "Yzxliu",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/gb28181/vga.node/issue"
- },
- "homepage": "https://github.com/gb28181/vga.node",
- "dependencies": {
- "basic-auth-connect": "^1.0.0",
- "body-parser": "^1.19.0",
- "chalk": "^4.1.0",
- "dateformat": "^3.0.3",
- "express": "^4.17.1",
- "iconv-lite": "^0.6.0",
- "rtp-rtcp": "0.0.2",
- "ws": "^7.3.0",
- "xml2js": "^0.4.23"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- }
|