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.
29 lines
686 B
29 lines
686 B
{
|
|
"name": "janus-admin",
|
|
"version": "1.0.1",
|
|
"main": "src/admin.js",
|
|
"scripts": {
|
|
"test": "mocha -R spec",
|
|
"test-dev": "mocha -R spec -w"
|
|
},
|
|
"author": "Hans-Peter Herzog <hherzog@sipwise.com>",
|
|
"license": "GPL-3.0",
|
|
"description": "JanusAdmin is a node.js http client that implements the admin interface of the Janus WebRTC Gateway",
|
|
"keywords": [
|
|
"janus"
|
|
],
|
|
"devDependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"express": "^4.14.0",
|
|
"mocha": "^3.1.2"
|
|
},
|
|
"dependencies": {
|
|
"chai": "^3.5.0",
|
|
"debug-logger": "^0.4.1",
|
|
"lodash": "^4.16.4",
|
|
"superagent": "^2.3.0",
|
|
"uuid": "^2.0.3",
|
|
"validator": "^6.1.0"
|
|
}
|
|
}
|