133 lines
3.4 KiB
JSON
133 lines
3.4 KiB
JSON
|
|
{
|
||
|
|
"name": "jibo",
|
||
|
|
"version": "14.0.6",
|
||
|
|
"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": {
|
||
|
|
"shrinkwrap": true,
|
||
|
|
"publicClean": [
|
||
|
|
"browserify",
|
||
|
|
"optionalDependencies"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6.0"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@jibo/interfaces": "^1.0.27",
|
||
|
|
"@jibo/jetstream-client": "^2.0.0",
|
||
|
|
"animation-utilities": "^5.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": "^7.0.0",
|
||
|
|
"jibo-anim-db": "^6.0.0",
|
||
|
|
"jibo-cai-utils": "^6.0.0",
|
||
|
|
"jibo-client-framework": "^4.0.0",
|
||
|
|
"jibo-command-library": "^4.0.0",
|
||
|
|
"jibo-common-types": "^4.0.0",
|
||
|
|
"jibo-data-utils": "^3.0.0",
|
||
|
|
"jibo-embodied-dialog": "^8.0.0",
|
||
|
|
"jibo-emotion-system": "^5.0.0",
|
||
|
|
"jibo-eventemitter3": "^1.3.1",
|
||
|
|
"jibo-expression-client": "^5.0.0",
|
||
|
|
"jibo-flow-core": "^4.0.0",
|
||
|
|
"jibo-kb": "^8.0.0",
|
||
|
|
"jibo-interaction-memory": "^6.0.0",
|
||
|
|
"jibo-keyframes": "^5.0.0",
|
||
|
|
"jibo-loader": "^6.0.0",
|
||
|
|
"jibo-log": "^5.0.0",
|
||
|
|
"jibo-plugins": "^4.0.0",
|
||
|
|
"jibo-service-clients": "^4.0.0",
|
||
|
|
"jibo-state-machine": "^7.0.0",
|
||
|
|
"jibo-typed-events": "^6.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.com:8080"
|
||
|
|
},
|
||
|
|
"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.0.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": "^5.0.0",
|
||
|
|
"jibo-gulp": "^8.0.0",
|
||
|
|
"jibo-service-framework": "^4.0.0",
|
||
|
|
"should": "^8.1.1"
|
||
|
|
},
|
||
|
|
"browserify": {
|
||
|
|
"transform": [
|
||
|
|
"glslify"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"jibo": {
|
||
|
|
"type": "asset-pack",
|
||
|
|
"display-name": "Jibo"
|
||
|
|
}
|
||
|
|
}
|