UNPKG

@ama-team/voxengine-sdk

Version:

Bundle of helper functions and classes for VoxEngine scenario scripts

73 lines (72 loc) 1.88 kB
{ "name": "@ama-team/voxengine-sdk", "version": "0.4.0", "description": "Bundle of helper functions and classes for VoxEngine scenario scripts", "main": "lib/index.js", "scripts": { "clean": "rm -rf build", "lint": "standard", "minify": "jake minify", "test": "jake test", "test:coverage": "jake test:coverage", "test:report": "jake test:report", "test:with-report": "jake test:with-report", "test:report:publish": "jake test:report:publish", "doc": "jsdoc -d tmp/doc -r lib -R README.md" }, "repository": { "type": "git", "url": "https://github.com/ama-team/voxengine-sdk.git" }, "keywords": [ "voximplant", "voxengine" ], "author": { "name": "AMA Team", "email": "dev@amagroup.ru", "url": "http://amagroup.ru" }, "license": "MIT", "bugs": { "url": "https://github.com/ama-team/voxengine-sdk/issues" }, "homepage": "https://github.com/ama-team/voxengine-sdk#readme", "dependencies": {}, "devDependencies": { "@ama-team/allure-polyfill": "^0.1.0", "@ama-team/voxengine-definitions": "^0.1.0", "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "chai-string": "^1.3.0", "coveralls": "^2.11.15", "fs-extra": "^4.0.1", "glob": "^7.1.2", "istanbul": "^0.4.5", "jake": "^8.0.15", "js-yaml": "^3.9.1", "jsdoc": "^3.4.3", "mocha": "^3.1.2", "mocha-allure-reporter": "^1.2.4", "mocha-junit-reporter": "^1.13.0", "mocha-multi": "^0.9.1", "mocha-multi-reporters": "^1.1.1", "npm-cli-login": "0.0.10", "npm-utils": "^1.11.0", "promise": "^7.1.1", "promises-aplus-tests": "*", "sinon": "^3.2.0", "standard": "^9.0.0", "uglify-js": "^3.0.27" }, "standard": { "globals": [ "Logger", "Net" ], "ignore": [ "examples/*/node_modules", "examples/*/dist" ] } }