46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "jibo-client-framework",
|
|
"version": "4.0.6",
|
|
"description": "Base Module for Service framework",
|
|
"main": "lib/jibo-client-framework.js",
|
|
"typings": "lib/dts/index.d.ts",
|
|
"scripts": {
|
|
"build": "gulp debug",
|
|
"build:release": "gulp",
|
|
"clean": "gulp clean-all",
|
|
"coverage:report": "istanbul cover ./ && istanbul report && open coverage/lcov-report/index.html",
|
|
"watch": "gulp watch",
|
|
"test": "gulp test && istanbul report && yarn coverage:check",
|
|
"coverage:check": "istanbul check-coverage --statements 0 --branches 0 --functions 0 --lines 0"
|
|
},
|
|
"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": {
|
|
"jibo-cai-utils": "^6.0.0",
|
|
"jibo-log": "^5.0.0",
|
|
"ws": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "6.0.94",
|
|
"@types/ws": "^3.0.0",
|
|
"gulp": "^3.9.1",
|
|
"istanbul": "^0.4.5",
|
|
"jibo-gulp": "^8.0.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"registry.json"
|
|
]
|
|
} |