mango-dct
Version:
NodeJS SDK for API Dynamic Calltracking by MANGO OFFICE
50 lines (49 loc) • 1.26 kB
JSON
{
"name": "mango-dct",
"version": "1.1.1",
"description": "NodeJS SDK for API Dynamic Calltracking by MANGO OFFICE",
"main": "index.js",
"scripts": {
"test": "mocha test",
"lint": "eslint --ext .js examples/ src/ test/",
"lint:fix": "eslint --ext .js examples/ src/ test/ --fix",
"cov": "nyc npm test",
"coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bobrovskih/mango-dct.git"
},
"keywords": [
"mango",
"office",
"calltracking",
"api",
"dct"
],
"author": "Bobrovskih A. <bobrovskih.artur@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bobrovskih/mango-dct/issues"
},
"homepage": "https://github.com/Bobrovskih/mango-dct#readme",
"dependencies": {
"debug": "3.1.0",
"request": "2.83.0",
"request-promise": "4.2.2",
"express": "4.16.2"
},
"devDependencies": {
"chai": "4.1.2",
"codecov": "^3.0.4",
"eslint": "^5.4.0",
"eslint-config-airbnb": "16.1.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0",
"mocha": "4.0.1",
"nyc": "^13.0.1"
}
}