albanm/nsi-routes

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "nsi-routes",
  "version": "0.2.0",
  "description": "Node.js Services Integration - Routes commons",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/albanm/nsi-routes.git"
  },
  "keywords": [
    "integration",
    "ESB"
  ],
  "author": "Alban Mouton <alban.mouton@gmail.com>",
  "license": "BSD-2-Clause",
  "homepage": "https://github.com/albanm/nsi-routes",
  "bugs": {
    "url": "https://github.com/albanm/nsi-routes/issues"
  },
  "devDependencies": {
    "mocha": "~1.20.1",
    "should": "~4.0.4",
    "mocha-jshint": "0.0.9",
    "coveralls": "~2.11.1",
    "mocha-lcov-reporter": "0.0.1",
    "blanket": "~1.1.6"
  },
  "dependencies": {
    "handlebars": "~2.0.0-alpha.4",
    "jayschema": "~0.2.7",
    "libxmljs": "~0.11.0",
    "libxslt": "^0.1.3",
    "lodash": "~2.4.1",
    "node-uuid": "~1.4.1",
    "request": "~2.38.0",
    "simple-errors": "0.0.5",
    "winston": "~0.7.3",
    "winston-elasticsearch": "~0.1.1"
  },
  "config": {
    "blanket": {
      "pattern": ["nsi-routes/lib"]
    }
  }
}