Files
Zos/Skills/@be/be/node_modules/jibo/package.json

132 lines
3.6 KiB
JSON

{
"name": "jibo",
"version": "15.0.4",
"description": "Runtime API for Jibo skills",
"platform": ">=2.2.0",
"main": "./lib/jibo.js",
"typings": "dts/index.d.ts",
"scripts": {
"build": "gulp debug",
"build:release": "gulp",
"watch": "gulp watch",
"test": "gulp test && istanbul report && yarn coverage:check",
"test:debug": "gulp test --debug",
"test:report": "gulp test-report",
"coverage:check": "istanbul check-coverage --statements 30 --branches 20 --functions 20 --lines 30",
"coverage:report": "istanbul report && open coverage/lcov-report/index.html",
"coverage:remap": "remap-istanbul --input ./coverage/coverage-final.json --output ./coverage/coverage-final.json",
"clean": "gulp clean-all",
"docs": "gulp docs",
"docs:public": "gulp docs-public",
"crunch": "crunchitize -f crunch.txt -d"
},
"monorailConfig": {
"publicClean": [
"browserify",
"optionalDependencies"
]
},
"engines": {
"node": ">=6.0"
},
"dependencies": {
"@jibo/interfaces": "^1.0.30",
"@jibo/jetstream-client": "^3.0.0",
"animation-utilities": "^6.0.0",
"async": "^2.6.0",
"axios": "mividtim/axios#jibo",
"callsite": "^1.0.0",
"eases": "^1.0.8",
"find-root": "^1.0.0",
"hammerjs": "^2.0.8",
"jibo-action-system": "^8.0.0",
"jibo-anim-db": "^7.0.0",
"jibo-cai-utils": "^7.0.0",
"jibo-client-framework": "^5.0.0",
"jibo-command-library": "^5.0.0",
"jibo-common-types": "^6.0.0",
"jibo-data-utils": "^4.0.0",
"jibo-embodied-dialog": "^9.0.0",
"jibo-emotion-system": "^6.0.0",
"jibo-eventemitter3": "^1.3.1",
"jibo-expression-client": "^6.0.0",
"jibo-flow-core": "^5.0.0",
"jibo-kb": "^9.0.0",
"jibo-interaction-memory": "^7.0.0",
"jibo-keyframes": "^6.0.0",
"jibo-loader": "^7.0.0",
"jibo-log": "^6.0.0",
"jibo-plugins": "^5.0.0",
"jibo-service-clients": "^5.0.0",
"jibo-state-machine": "^8.0.0",
"jibo-typed-events": "^7.0.0",
"orchestrator": "^0.3.8",
"pixi-animate": "^1.1.0",
"pixi-compressed-textures": "git+https://git@github.com/andrewstart/pixi-compressed-textures.git#preserve-source",
"pixi.js": "^4.5.1",
"semver": "^5.5.0",
"urlsafe-base64": "1.0.0",
"uuid": "^3.0.1"
},
"files": [
"lib",
"dts",
"mims",
"resources",
"schema",
"typings",
"npm-shrinkwrap.json"
],
"globals": {
"PIXI": true
},
"publicFiles": [
"lib",
"dts",
"mims",
"resources",
"schema",
"typings",
"npm-shrinkwrap.json"
],
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"publishConfig": {
"registry": "http://npm.jibo.media.mit.edu:8081/repository/private/"
},
"author": "",
"license": "UNLICENSED",
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved",
"devDependencies": {
"@types/async": "^2.0.0",
"@types/callsite": "^1.0.0",
"@types/jibo-command-protocol": "^2.7.0",
"@types/node": "6.0.94",
"@types/orchestrator": "^0.3.0",
"@types/pixi.js": "^4.0.0",
"@types/semver": "^5.4.0",
"@types/urlsafe-base64": "^1.0.0",
"crunchitize": "^1.1.0",
"glob": "^7.0.5",
"glslify": "^5.1.0",
"gulp": "^3.9.1",
"gulp-comments": "^1.1.0",
"istanbul": "^0.4.5",
"jibo-dev": "^6.0.0",
"jibo-gulp": "^9.0.0",
"jibo-service-framework": "^5.0.0",
"should": "^8.1.1"
},
"browserify": {
"transform": [
"glslify"
]
},
"jibo": {
"type": "asset-pack",
"display-name": "Jibo"
}
}