UNPKG

1.46 kBJSONView Raw
1{
2 "name": "drachtio-srf",
3 "version": "4.4.26",
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.1.0",
27 "delegates": "^0.1.0",
28 "deprecate": "^1.0.0",
29 "drachtio-mw-registration-parser": "0.0.2",
30 "drachtio-sip": "^0.4.0",
31 "lodash": "^4.17.13",
32 "node-noop": "0.0.1",
33 "only": "0.0.2",
34 "sip-methods": "^0.3.0",
35 "utils-merge": "1.0.0",
36 "uuid": "^3.0.0"
37 },
38 "devDependencies": {
39 "blue-tape": "^1.0.0",
40 "cheerio": "^0.22.0",
41 "config": "^1.28.1",
42 "drachtio-test-fixtures": "^0.1.7",
43 "eslint": "^6.7.2",
44 "eslint-plugin-promise": "^4.2.1",
45 "fs-extra": "^0.26.7",
46 "minimist": "^1.1.0",
47 "nyc": "^14.1.1",
48 "passport": "^0.3.2",
49 "passport-http": "^0.3.0",
50 "tap": "^14.10.2",
51 "tap-dot": "^2.0.0",
52 "tap-spec": "^5.0.0"
53 }
54}