Files
Zos/Skills/@be/node_modules/jibo-cai-utils/package.json

46 lines
1.4 KiB
JSON

{
"name": "jibo-cai-utils",
"version": "6.0.6",
"description": "Provides various utility methods and classes",
"license": "UNLICENSED",
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved",
"main": "lib/jibo-cai-utils.js",
"typings": "lib/dts/main/index.d.ts",
"scripts": {
"build": "gulp debug",
"build:release": "gulp",
"clean": "gulp clean-all",
"coverage:check": "istanbul check-coverage --statements 40 --branches 30 --functions 30 --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 --basePath /Users/ryand/jibo/sdk/sdk/packages/jibo-cai-utils",
"watch": "gulp watch",
"test": "gulp test && istanbul report && yarn coverage:check",
"test:debug": "gulp test --debug",
"test:report": "gulp test-report"
},
"engines": {
"node": ">=6.0"
},
"dependencies": {
"async-parallel": "^1.2.3",
"find-root": "^1.0.0",
"uuid": "^3.0.1",
"jibo-log": "^5.0.0",
"lodash": "^4.17.2"
},
"devDependencies": {
"@types/node": "6.0.94",
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"jibo-gulp": "^8.0.0"
},
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"files": [
"lib"
],
"author": "Siggi <siggi@jibo.com>"
}