forked from jambonz/jambonz-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 865 Bytes
/
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
{
"name": "@jambonz/node-client",
"version": "0.3.80",
"description": "Node.js client for building jambonz applications (jambonz.org)",
"main": "lib/index.js",
"scripts": {
"test": "NODE_ENV=test node test/ ",
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
"jslint": "eslint lib"
},
"author": "Dave Horton",
"repository": {
"type": "git",
"url": "[email protected]:jambonz/jambonz-node.git"
},
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.79",
"bent": "^7.3.12",
"debug": "^4.3.4",
"parseurl": "^1.3.3"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-plugin-promise": "^6.0.0",
"nyc": "^15.1.0",
"tape": "^5.2.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.8"
}
}