{ "name": "jibo-command-library", "version": "5.0.4", "description": "Library for handling RCP requests in the skill process", "main": "lib/jibo-command-library.js", "typings": "dts/index.d.ts", "scripts": { "build": "gulp debug", "build:release": "gulp", "clean": "gulp clean", "watch": "gulp watch", "test:debug": "gulp test --debug", "test": "gulp test && istanbul report", "test:report": "gulp test-report", "docs": "gulp docs", "docs:public": "gulp docs-public" }, "engines": { "node": ">=6.0" }, "dependencies": { "@types/jibo-command-protocol": "^2.7.0", "ajv": "^5.2.2", "application-metrics": "^0.1.0", "jibo-node-xml": "^8.0.0", "jibo-command-protocol": "^5.0.0", "jibo-common-types": "^6.0.0", "jibo-log": "^6.0.0", "uuid": "^3.0.1", "@jibo/three": "^4.0.0" }, "devDependencies": { "@types/node": "6.0.94", "@types/pixi.js": "^4.0.0", "gulp": "^3.9.1", "istanbul": "0.4.5", "jibo-gulp": "^9.0.0", "jibo-typed-events": "^7.0.0", "pixi.js": "^4.5.1" }, "repository": { "type": "git", "url": "git@github.jibo.com:sdk/sdk.git" }, "files": [ "lib" ], "license": "UNLICENSED", "distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION", "copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved", "publishConfig": { "registry": "http://npm.jibo.media.mit.edu:8081/repository/private/" } }