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.
janus-client/package.json

23 lines
409 B

{
"name": "janus-client",
"version": "1.0.0",
"main": "src/janus.js",
"scripts": {
"test": "mocha -R nyan --delay"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bluebird": "^3.4.1",
"debug-logger": "^0.4.1",
"lodash": "^4.14.1",
"uuid": "^2.0.2",
"ws": "^1.1.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.1"
}
}