-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "drachtio-fsmrf",
"version": "4.0.0",
"description": "freeswitch-based media resource function for drachtio",
"main": "lib/mrf.js",
"scripts": {
"jslint": "eslint lib",
"test": "NODE_ENV=test node test/ ",
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drachtio/drachtio-fsmrf.git"
},
"engines": {
"node": ">= 6.9.3"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/drachtio/drachtio-fsmrf/issues"
},
"homepage": "https://github.com/drachtio/drachtio-fsmrf#readme",
"dependencies": {
"camel-case": "^4.1.2",
"debug": "^2.6.9",
"delegates": "^0.1.0",
"drachtio-modesl": "^1.2.9",
"drachtio-srf": "^5.0.0",
"only": "^0.0.2",
"sdp-transform": "^2.14.1",
"snake-case": "^3.0.4",
"uuid-random": "^1.3.2"
},
"devDependencies": {
"clear-module": "^4.1.2",
"config": "^3.3.8",
"eslint": "^7.32.0",
"eslint-plugin-promise": "^4.3.1",
"nyc": "^15.1.0",
"tape": "^5.6.1"
}
}