ice-breaker
Version:
Set of helper methods to ease the WebRTC Media connection process.
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "ice-breaker",
"version": "1.1.0",
"description": "Set of helper methods to ease the WebRTC Media connection process.",
"main": "lib/ice-breaker.js",
"repository": {
"type": "git",
"url": "ssh://git@github.com:elbecita/ice-breaker.git"
},
"scripts": {
"lint": "eslint **/*.js",
"test": "nyc mocha --reporter spec",
"compile": "babel --presets env -d lib/ src/",
"prepublish": "npm run compile"
},
"keywords": [
"webrtc",
"ice",
"icecandidate",
"stun",
"turn",
"sdp",
"tcp",
"udp"
],
"author": "Maria Fernandez <mariafehe@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.1",
"chai": "^4.0.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx": "0.0.2",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.4.2",
"nyc": "^11.0.2",
"sinon": "^4.5.0",
"sinon-chai": "^3.0.0",
"yargs": "^8.0.1"
}
}