dataplug-io/dataplug-xml

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@dataplug/dataplug-xml",
  "version": "0.7.0",
  "description": "Dataplug XML library (by Dataplug.io)",
  "main": "lib/index.js",
  "scripts": {
    "jsdoc": "jsdoc --destination ./docs --recurse ./lib --verbose",
    "lint": "standard",
    "test": "nyc --reporter=none mocha",
    "coverage": "nyc report --reporter=html --reporter=text",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "preversion": "npm run lint && npm run test",
    "postversion": "git push && git push --tags"
  },
  "engines": {
    "node": "8.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dataplug-io/dataplug-xml.git"
  },
  "author": "",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/dataplug-io/dataplug-xml/issues"
  },
  "homepage": "https://github.com/dataplug-io/dataplug-xml#readme",
  "dependencies": {
    "bluebird": "^3.5.1",
    "check-types": "^7.3.0",
    "libxmljs": "^0.18.7",
    "lodash": "^4.17.4",
    "winston": "^2.4.0",
    "xmldom": "^0.1.27",
    "xpath": "0.0.24"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.0",
    "jsdoc": "^3.5.5",
    "mocha": "^4.0.1",
    "nyc": "^11.3.0",
    "standard": "^10.0.3"
  }
}