pboyd04/CSDLParser

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "CSDLParser",
  "version": "0.2.00",
  "description": "CSDL Metadata Parser",
  "main": "./index.js",
  "scripts": {
    "test": "nyc mocha",
    "nocov": "mocha",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "engines": {
    "node": ">=6.3"
  },
  "author": "Patrick Boyd",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/pboyd04/CSDLParser.git"
  },
  "dependencies": {
    "request": "^2.81.0",
    "xmldoc": "^1.1.2"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.2",
    "mocha": "^6.0.1",
    "nyc": "^13.3.0"
  }
}