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

61 lines
1.6 KiB
JSON

{
"name": "jibo-kb",
"version": "9.0.4",
"description": "Jibo Knowledge Base",
"platform": ">=2.2.0",
"main": "./lib/jibo-kb.js",
"typings": "dts/index.d.ts",
"scripts": {
"build": "gulp debug",
"build:release": "gulp",
"watch": "gulp watch",
"clean": "gulp clean-all",
"coverage:report": "istanbul cover ./ && istanbul report && open coverage/lcov-report/index.html",
"docs": "gulp docs",
"docs:public": "gulp docs-public",
"test": "gulp test",
"coverage:check": "istanbul check-coverage --statements 0 --branches 0 --functions 0 --lines 0"
},
"engines": {
"node": ">=6.0"
},
"dependencies": {
"async": "^1.5.2",
"axios": "mividtim/axios#jibo",
"blob-to-buffer": "^1.2.6",
"fs-extra": "^4.0.0",
"jibo-log": "^6.0.0",
"jibo-typed-events": "^7.0.0",
"lodash": "^4.17.2",
"nedb": "^1.1.2",
"uuid": "^3.0.1"
},
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"publishConfig": {
"registry": "http://npm.jibo.media.mit.edu:8081/repository/private/"
},
"files": [
"dts",
"lib",
"postinstall.js"
],
"author": "",
"license": "UNLICENSED",
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved",
"devDependencies": {
"@types/async": "^1.4.29",
"@types/node": "6.0.94",
"@types/fs-extra": "^4.0.0",
"@types/lodash": "^4.14.91",
"@types/nedb": "^1.8.5",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"jibo-client-framework": "^5.0.0",
"jibo-gulp": "^9.0.0"
}
}