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

49 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "jibo-data-utils",
"version": "3.0.6",
"description": "",
"main": "lib/jibo-data-utils.js",
"typings": "lib/dts/index.d.ts",
"scripts": {
"test": "gulp test && istanbul report && yarn coverage:check",
"test:debug": "gulp test --debug",
"test:debug:net": "export USE_NET=true && gulp test --debug",
"test:report": "gulp test-report",
"build": "gulp debug",
"build:release": "gulp",
"clean": "gulp clean-all",
"coverage:check": "istanbul check-coverage --statements 60 --branches 55 --functions 60 --lines 60",
"coverage:report": "istanbul report && open coverage/lcov-report/index.html",
"coverage:remap": "remap-istanbul --input ./coverage/coverage-final.json --output ./coverage/coverage-final.json -b jibo-data-utils/",
"watch": "gulp watch",
"docs": "gulp docs",
"docs:public": "gulp docs-public"
},
"engines": {
"node": ">=6.0"
},
"dependencies": {
"async": "^2.1.2",
"axios": "mividtim/axios#jibo",
"jibo-log": "^5.0.0",
"urlsafe-base64": "1.0.0"
},
"devDependencies": {
"@types/node": "6.0.94",
"@types/urlsafe-base64": "^1.0.0",
"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": "Mauro Braunstein <mauro.braunstein@jibo.com>",
"license": "UNLICENSED",
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved"
}