mirror of
https://github.com/jambonz/jambonz-node.git
synced 2026-07-04 19:31:48 +00:00
29 lines
693 B
JSON
29 lines
693 B
JSON
{
|
|
"name": "@jambonz/node-client",
|
|
"version": "0.0.6",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "NODE_ENV=test node test/ | ./node_modules/.bin/tap-spec",
|
|
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
|
|
"jslint": "eslint lib"
|
|
},
|
|
"author": "Dave Horton",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:jambonz/jambonz-node.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bent": "^7.3.12",
|
|
"debug": "^4.3.1",
|
|
"eslint": "^7.20.0",
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
"nyc": "^15.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"tap-spec": "^5.0.0",
|
|
"tape": "^5.2.0"
|
|
}
|
|
}
|