{ "name": "jibo-node-xml", "version": "8.0.4", "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": "^9.0.0" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git@github.jibo.com:sdk/sdk.git" }, "author": "Sigurdur Orn ", "license": "UNLICENSED", "distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION", "copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved", "publishConfig": { "registry": "http://npm.jibo.media.mit.edu:8081/repository/private/" } }