@bengreenier/krtp
Version:
Node implementation of rdp protocol. RFC 3550
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "@bengreenier/krtp",
"private": false,
"version": "1.2.0",
"description": "Node implementation of rdp protocol. RFC 3550",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/bengreenier/krtp"
},
"author": "Ben Greenier <ben@bengreenier.com>",
"contributors": [
"Parham Alvani <parham.alvani@gmail.com>"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bengreenier/krtp/issues"
},
"homepage": "https://github.com/bengreenier/krtp#readme",
"keywords": [
"rtp",
"rtcp",
"rtp-session",
"rtp-packet",
"rfc-3550"
],
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"test": "jest --coverage",
"lint": "tslint -c tslint.json -p tsconfig.json 'lib/**/*.ts'"
},
"devDependencies": {
"@types/jest": "^23.3.10",
"@types/node": "^10.17.17",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"tslint": "^5.11.0",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "^3.2.1"
},
"dependencies": {
"strict-event-emitter-types": "^2.0.0"
}
}