forked from drachtio/drachtio-srf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "drachtio-srf",
"version": "4.4.55",
"description": "drachtio signaling resource framework",
"main": "lib/srf.js",
"scripts": {
"test": "NODE_ENV=test node test/ ",
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
"jslint": "eslint lib"
},
"engines": {
"node": ">= 6.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drachtio/drachtio-srf.git"
},
"author": "Dave Horton",
"license": "MIT",
"bugs": {
"url": "https://github.com/drachtio/drachtio-srf/issues"
},
"homepage": "https://github.com/drachtio/drachtio-srf#readme",
"dependencies": {
"async": "^1.4.2",
"debug": "^3.2.7",
"delegates": "^0.1.0",
"deprecate": "^1.1.1",
"drachtio-sip": "^0.6.0",
"node-noop": "0.0.1",
"only": "0.0.2",
"sdp-transform": "^2.14.1",
"short-uuid": "^4.1.0",
"sip-methods": "^0.3.0",
"sip-status": "^0.1.0",
"utils-merge": "1.0.0",
"uuid": "^3.4.0"
},
"devDependencies": {
"config": "^3.3.3",
"eslint": "^7.18.0",
"eslint-plugin-promise": "^4.2.1",
"nyc": "^15.1.0",
"tape": "^5.2.2"
}
}