62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
|
|
{
|
||
|
|
"name": "jibo-kb",
|
||
|
|
"version": "8.0.6",
|
||
|
|
"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": {
|
||
|
|
"@jibo/jibo-server-client": "3.0.79",
|
||
|
|
"async": "^1.5.2",
|
||
|
|
"axios": "mividtim/axios#jibo",
|
||
|
|
"blob-to-buffer": "^1.2.6",
|
||
|
|
"fs-extra": "^4.0.0",
|
||
|
|
"jibo-log": "^5.0.0",
|
||
|
|
"jibo-typed-events": "^6.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.com:8080"
|
||
|
|
},
|
||
|
|
"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": "^4.0.0",
|
||
|
|
"jibo-gulp": "^8.0.0"
|
||
|
|
}
|
||
|
|
}
|