Files
Zos/Skills/@be/be/node_modules/jibo-emotion-system/package.json

57 lines
1.9 KiB
JSON

{
"name": "jibo-emotion-system",
"version": "6.0.4",
"description": "Manages how Jibo appraises his environment and how it affects his internal state, as well as how he expresses that internal state",
"main": "lib/jibo-emotion-system.js",
"typings": "dts/main.d.ts",
"scripts": {
"dts": "gulp dts",
"test:debug": "gulp test --debug",
"test": "gulp test && istanbul report && yarn coverage:check",
"test:report": "gulp test-report",
"build": "gulp debug && yarn dts",
"watch": "gulp watch",
"build:release": "gulp && yarn dts",
"clean": "gulp clean",
"coverage:check": "istanbul check-coverage --statements 40 --branches 20 --functions 40 --lines 40",
"coverage:report": "istanbul report && open coverage/lcov-report/index.html",
"coverage:remap": "remap-istanbul --input ./coverage/coverage-final.json --output ./coverage/coverage-final.json -b packages/",
"predocs": "gulp comments",
"docs": "gulp docs",
"predocs:public": "gulp comments --exclude=@internal",
"docs:public": "gulp docs-public"
},
"engines": {
"node": ">=6.0"
},
"dependencies": {
"jibo-cai-utils": "^7.0.0",
"jibo-common-types": "^6.0.0",
"jibo-typed-events": "^7.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"jibo-dev": "^6.0.0",
"jibo-gulp": "^9.0.0",
"jibo-log": "^6.0.0",
"typescript": "2.5.3",
"typescript-definition-tester": "0.0.5",
"jibo-tunable": "^1.2.0"
},
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"publishConfig": {
"registry": "http://npm.jibo.media.mit.edu:8081/repository/private/"
},
"files": [
"lib",
"dts"
],
"author": "Carolyn Saund",
"license": "UNLICENSED",
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved"
}