UNPKG

1.45 kBJSONView Raw
1{
2 "name": "drachtio-srf",
3 "version": "4.4.38",
4 "description": "drachtio signaling resource framework",
5 "main": "lib/srf.js",
6 "scripts": {
7 "test": "NODE_ENV=test node test/ | ./node_modules/.bin/tap-spec",
8 "coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
9 "jslint": "eslint lib"
10 },
11 "engines": {
12 "node": ">= 6.9.3"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/davehorton/drachtio-srf.git"
17 },
18 "author": "Dave Horton",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/davehorton/drachtio-srf/issues"
22 },
23 "homepage": "https://github.com/davehorton/drachtio-srf#readme",
24 "dependencies": {
25 "async": "^1.4.2",
26 "debug": "^3.2.6",
27 "delegates": "^0.1.0",
28 "deprecate": "^1.1.1",
29 "drachtio-mw-registration-parser": "0.0.2",
30 "drachtio-sip": "^0.4.1",
31 "lodash": "^4.17.20",
32 "node-noop": "0.0.1",
33 "only": "0.0.2",
34 "sdp-transform": "^2.14.0",
35 "sip-methods": "^0.3.0",
36 "utils-merge": "1.0.0",
37 "uuid": "^3.4.0"
38 },
39 "devDependencies": {
40 "blue-tape": "^1.0.0",
41 "cheerio": "^1.0.0-rc.3",
42 "config": "^3.3.1",
43 "drachtio-test-fixtures": "^0.1.7",
44 "eslint": "^7.7.0",
45 "eslint-plugin-promise": "^4.2.1",
46 "fs-extra": "^9.0.1",
47 "passport": "^0.4.1",
48 "passport-http": "^0.3.0",
49 "tap": "^14.10.8",
50 "tap-dot": "^2.0.0",
51 "tap-spec": "^5.0.0"
52 }
53}