@ama-team/voxengine-stubs
Version:
VoxImplant application environment stubs for testing
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "@ama-team/voxengine-stubs",
"version": "0.1.0",
"description": "VoxImplant application environment stubs for testing",
"main": "lib/index.js",
"scripts": {
"test": "jake test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ama-team/voxengine-stubs.git"
},
"keywords": [
"voximplant",
"voxengine"
],
"author": "AMA Team <dev@amagroup.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ama-team/voxengine-stubs/issues"
},
"homepage": "https://github.com/ama-team/voxengine-stubs#readme",
"dependencies": {
"glob": "^7.1.2",
"js-yaml": "^3.9.1",
"sinon": ">= 1.0.0"
},
"devDependencies": {
"@ama-team/allure-polyfill": "^0.1.0",
"allure-mocha": "0.0.1",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"coveralls": "^2.13.1",
"fs-extra": "^4.0.1",
"istanbul": "^0.4.5",
"jake": "^8.0.15",
"mocha": "^3.5.0",
"mocha-allure-reporter": "^1.3.2",
"mocha-junit-reporter": "^1.13.0",
"mocha-multi-reporters": "^1.1.4",
"standard": "^10.0.3"
}
}