danielwippermann/resol-vbus

View on GitHub
tools/configuration-importer/package.json

Summary

Maintainability
Test Coverage
{
  "name": "configuration-importer",
  "version": "0.26.0",
  "description": "RESOL XML Configuration Importer",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Daniel Wippermann <Daniel.Wippermann@gmail.com> (http://danielwippermann.github.io/)",
  "license": "MIT",
  "dependencies": {
    "xml2js": "^0.5.0"
  }
}