45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "jibo-plugins",
|
|
"version": "4.0.6",
|
|
"description": "Jibo plugin subsystem",
|
|
"main": "lib/jibo-plugins.js",
|
|
"typings": "lib/dts/index.d.ts",
|
|
"scripts": {
|
|
"build": "gulp debug",
|
|
"build:release": "gulp",
|
|
"watch": "gulp watch",
|
|
"test": "gulp test && istanbul report && yarn coverage:check",
|
|
"test:report": "gulp test-report",
|
|
"clean": "gulp clean-all",
|
|
"coverage:check": "istanbul check-coverage --statements 30 --branches 20 --functions 30 --lines 30",
|
|
"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-plugins/",
|
|
"docs": "gulp docs",
|
|
"docs:public": "gulp docs-public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.jibo.com:sdk/sdk.git"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "6.0.94",
|
|
"assert": "^1.4.1",
|
|
"gulp": "^3.9.1",
|
|
"istanbul": "^0.4.5",
|
|
"jibo-gulp": "^8.0.0",
|
|
"should": "^11.2.0"
|
|
},
|
|
"author": "Jibo, Inc",
|
|
"license": "UNLICENSED",
|
|
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
|
|
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved",
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"dependencies": {
|
|
"find-root": "^1.0.0"
|
|
}
|
|
} |