{ "name": "gb28181-video-agent-gateway", "version": "1.1.0", "description": "A Node.js implementation of GB28181 Video Streaming Agent Server", "main": "index.js", "scripts": { "start": "node vag.js" }, "keywords": [ "gb28181", "rtp", "sip", "PS" ], "author": "ntv", "license": "MIT", "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", "uglify": "^0.1.5" }, "devDependencies": { "ejs": "*", "express": "3.2.2", "grunt": "^0.4.5", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-nodeunit": "~0.4.1", "grunt-contrib-uglify-es": "^3.3.0" }, "engines": { "node": ">=8.0.0" } }