Files
sbc-outbound/package.json
T
2020-02-17 11:26:09 -05:00

49 lines
1.6 KiB
JSON

{
"name": "sbc-outbound",
"version": "0.3.2",
"main": "app.js",
"engines": {
"node": ">= 8.10.0"
},
"keywords": [
"sip",
"drachtio"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jambonz/sbc-outbound.git"
},
"author": "Dave Horton",
"license": "MIT",
"bugs": {
"url": "https://github.com/jambonz/sbc-outbound/issues"
},
"homepage": "https://github.com/jambonz/sbc-outbound#readme",
"description": "jambonz session border controller application for outbound calls",
"scripts": {
"start": "node app",
"test": "NODE_ENV=test JAMBONES_MYSQL_HOST=localhost JAMBONES_MYSQL_USER=jambones_test JAMBONES_MYSQL_PASSWORD=jambones_test JAMBONES_MYSQL_DATABASE=jambones_test JAMBONES_REDIS_HOST=localhost JAMBONES_REDIS_PORT=16379 JAMBONES_LOGLEVEL=error DRACHTIO_SECRET=cymru DRACHTIO_HOST=127.0.0.1 DRACHTIO_PORT=9060 JAMBONES_RTPENGINES=127.0.0.1:12222 node test/ | ./node_modules/.bin/tap-spec",
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
"jslint": "eslint app.js lib"
},
"dependencies": {
"debug": "^4.1.1",
"drachtio-fn-b2b-sugar": "^0.0.12",
"drachtio-srf": "^4.4.28",
"jambonz-rtpengine-utils": "0.0.5",
"jambonz-db-helpers": "^0.3.2",
"jambonz-mw-registrar": "^0.1.0",
"pino": "^5.14.0",
"rtpengine-client": "^0.0.8"
},
"devDependencies": {
"blue-tape": "^1.0.0",
"eslint": "^6.7.2",
"eslint-plugin-promise": "^4.2.1",
"nyc": "^14.1.1",
"tap": "^14.10.2",
"tap-dot": "^2.0.0",
"tap-spec": "^5.0.0"
}
}