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

41 lines
1.2 KiB
JSON

{
"name": "jibo-node-xml",
"version": "7.0.6",
"description": "Simple XML tree library",
"main": "lib/jibo-node-xml.js",
"typings": "lib/dts/index.d.ts",
"scripts": {
"build": "gulp debug",
"build:release": "gulp",
"clean": "gulp clean-all",
"coverage:check": "istanbul check-coverage --statements 20 --branches 10 --functions 10 --lines 20",
"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-node-xml/",
"test": "gulp test && istanbul report && yarn coverage:check",
"test:report": "gulp test-report",
"watch": "gulp watch",
"lint": "gulp lint",
"validate": "npm ls"
},
"engines": {
"node": ">=6.0"
},
"dependencies": {},
"devDependencies": {
"@types/node": "6.0.94",
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"jibo-gulp": "^8.0.0"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"author": "Sigurdur Orn <siggi@jibo.com>",
"license": "UNLICENSED",
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved"
}