{
    "name": "@cognigy/cognigy-web-client",
    "version": "3.0.1",
    "description": "The Cognigy web client is a special version of the Cognigy client which contains everything bundled-together so you can get started to connnect and use the Cognigy brain as fast as possible.",
    "author": "Cognigy GmbH",
    "license": "MIT",
    "typings": "index.d.ts",
    "scripts": {
        "prepublish": "tsc",
        "build": "tsc && npm run build-webpack",
        "build-webpack": "webpack"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Cognigy/CognigyWebClient"
    },
    "devDependencies": {
        "@types/es6-promise": "0.0.32",
        "@types/socket.io-client": "^1.4.32",
        "exports-loader": "^0.6.4",
        "imports-loader": "^0.7.1",
        "ts-loader": "2.0.1",
        "typescript": "2.2.1",
        "webpack": "2.2.1"
    },
    "dependencies": {
        "es6-promise": "^4.1.0",
        "socket.io-client": "^2.1.1"
    }
}
