Files
Zos/Skills/@be/node_modules/jibo-service-clients/package.json

52 lines
1.3 KiB
JSON

{
"name": "jibo-service-clients",
"version": "4.0.6",
"description": "",
"main": "lib/jibo-service-clients.js",
"typings": "lib/dts/index.d.ts",
"scripts": {
"test": "gulp test && istanbul report && yarn coverage:check",
"test:debug": "gulp test --debug",
"test:report": "gulp test-report",
"coverage:check": "istanbul check-coverage --statements 10 --branches 0 --functions 0 --lines 10",
"build": "gulp debug",
"build:release": "gulp",
"clean": "gulp clean-all",
"watch": "gulp watch",
"docs": "gulp docs",
"docs:public": "gulp docs-public"
},
"engines": {
"node": ">=6.0"
},
"dependencies": {
"@types/node": "6.0.94",
"@jibo/jetstream-client": "^2.0.0",
"animation-utilities": "^5.0.0",
"async": "^2.6.0",
"jibo-client-framework": "^4.0.0",
"jibo-common-types": "^4.0.0",
"jibo-typed-events": "^6.0.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@types/node": "6.0.94",
"@types/async": "2.0.42",
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"jibo-gulp": "^8.0.0",
"jibo-tunable": "^1.2.0",
"jibo-log": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"files": [
"lib",
"dts"
],
"license": "UNLICENSED",
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved"
}