{
    "name": "@ringcentral/engage-voice-agent",
    "version": "4.8.0",
    "description": "RingCentral Engage voice agent",
    "main": "dist/agentLibrary.js",
    "prettier": "@engage-voice/prettier-config",
    "scripts": {
        "build": "grunt build",
        "precompile": "yarn test",
        "compile": "grunt compile",
        "test": "grunt test",
        "addTag": "git tag -a $npm_package_version -m 'tag for version $npm_package_version'",
        "npm-publish": "yarn publish --new-version $npm_package_version"
    },
    "devDependencies": {
        "@engage-voice/prettier-config": "^1.0.11",
        "dotenv": "^8.2.0",
        "es6-object-assign": "^1.1.0",
        "grunt": "~0.4.1",
        "grunt-beep": "^0.3.2",
        "grunt-bump": "0.0.6",
        "grunt-cli": "^1.3.2",
        "grunt-coffeelint": "~0.0.10",
        "grunt-connect-proxy": "^0.2.0",
        "grunt-contrib-clean": "^0.4.1",
        "grunt-contrib-coffee": "^0.7.0",
        "grunt-contrib-compress": "^1.4.1",
        "grunt-contrib-concat": "^0.3.0",
        "grunt-contrib-connect": "^0.11.2",
        "grunt-contrib-copy": "^0.4.1",
        "grunt-contrib-jshint": "^0.11.0",
        "grunt-contrib-less": "~0.11.0",
        "grunt-contrib-uglify": "^0.2.7",
        "grunt-contrib-watch": "^0.4.4",
        "grunt-conventional-changelog": "^0.1.2",
        "grunt-html2js": "^0.1.9",
        "grunt-jsdoc": "^2.1.0",
        "grunt-karma": "^2.0.0",
        "grunt-ng-annotate": "latest",
        "jasmine-core": "^2.5.2",
        "jasmine-reporters": "^2.0.0",
        "karma": "^1.5.0",
        "karma-coffee-preprocessor": "^0.2.1",
        "karma-firefox-launcher": "^0.1.3",
        "karma-fixture": "^0.2.6",
        "karma-html2js-preprocessor": "^1.0.0",
        "karma-jasmine": "^0.1.5",
        "karma-json-fixtures-preprocessor": "0.0.6",
        "karma-junit-reporter": "^0.3.8",
        "karma-phantomjs-launcher": "^1.0.4",
        "log-symbols": "^3.0.0",
        "phantomjs-prebuilt": "^2.1.16",
        "promise-polyfill": "8.1.3",
        "prompts": "^2.3.0",
        "websocket": "^1.0.31",
        "window-mock": "^0.1.0",
        "xmlhttprequest": "^1.8.0",
        "xmlhttprequest-ssl": "^1.6.0"
    },
    "dependencies": {
        "@ringcentral/engage-voice-agent-softphone": "^4.7.0"
    },
    "bundledDependencies": [
        "@ringcentral/engage-voice-agent-softphone"
    ],
    "author": {
        "name": "RingCentral, Inc.",
        "email": "devsupport@ringcentral.com"
    },
    "repository": {
        "type": "git",
        "url": "https://git.ringcentral.com/engage-voice/AgentLibrary.git"
    },
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "c9a6ab35452213ae3f9229919b7cb7ccee97f790"
}
