{ "name": "jibo-service-framework", "version": "4.0.6", "description": "Base Module for Service framework", "main": "lib/jibo-service-framework.js", "typings": "lib/dts/index.d.ts", "scripts": { "test": "gulp test && istanbul report && yarn coverage:check", "test:report": "gulp test-report", "build": "gulp debug", "build:release": "gulp", "clean": "gulp clean-all", "coverage:check": "istanbul check-coverage --statements 30 --branches 20 --functions 30 --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 -b jibo-service-framework/", "watch": "gulp watch" }, "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", "engines": { "node": ">=6.0" }, "dependencies": { "body-parser": "^1.15.1", "connect": "^3.4.1", "jibo-cai-utils": "^6.0.0", "jibo-client-framework": "^4.0.0", "jibo-log": "^5.0.0", "router": "^1.1.4", "serve-static": "^1.10.2", "ws": "^3.0.0" }, "files": [ "lib", "registry.json" ], "devDependencies": { "@types/node": "6.0.94", "@types/ws": "^3.0.0", "gulp": "^3.9.1", "istanbul": "^0.4.5", "jibo-gulp": "^8.0.0", "should": "^8.3.1" } }