{ "name": "jibo-loader", "version": "7.0.4", "description": "Jiso loader subsystem", "main": "lib/jibo-loader.js", "typings": "lib/dts/index.d.ts", "scripts": { "build": "gulp debug", "build:release": "gulp", "watch": "gulp watch", "test": "gulp test && istanbul report && yarn coverage:check", "test:report": "gulp test-report", "clean": "gulp clean-all", "coverage:check": "istanbul check-coverage --statements 40 --branches 30 --functions 40 --lines 40", "coverage:report": "istanbul cover ./ && istanbul report && open coverage/lcov-report/index.html", "coverage:remap": "remap-istanbul --input ./coverage/coverage-final.json --output ./coverage/coverage-final.json -b jibo-loader/", "docs": "gulp docs", "docs:public": "gulp docs-public" }, "repository": { "type": "git", "url": "git@github.jibo.com:sdk/sdk.git" }, "engines": { "node": ">=6.0" }, "dependencies": { "jibo-log": "^6.0.0", "jibo-plugins": "^5.0.0" }, "files": [ "lib" ], "devDependencies": { "@types/node": "6.0.94", "gulp": "^3.9.1", "http": "0.0.0", "istanbul": "^0.4.5", "jibo-gulp": "^9.0.0", "jibo-service-framework": "^5.0.0", "url": "^0.11.0" }, "author": "Jibo, Inc", "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/" } }