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.
31 lines
656 B
31 lines
656 B
{
|
|
"name": "janus-videoroom-client",
|
|
"version": "1.0.2",
|
|
"main": "src/janus.js",
|
|
"scripts": {
|
|
"test": "mocha -R spec --full-trace test/*-spec.js"
|
|
},
|
|
"author": "Hans-Peter Herzog <hherzog@sipwise.com>",
|
|
"license": "GPL-3.0",
|
|
"description": "",
|
|
"keywords": [
|
|
"janus"
|
|
],
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "https://github.com/sipwise/janus-client.git"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.4.1",
|
|
"chai": "^3.5.0",
|
|
"debug-logger": "^0.4.1",
|
|
"lodash": "^4.14.1",
|
|
"uuid": "^2.0.2",
|
|
"validator": "^6.1.0",
|
|
"ws": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^3.0.1"
|
|
}
|
|
}
|