{
  "name": "bauer-factory",
  "version": "2.0.6",
  "description": "General utilities for nodejs.",
  "keywords": [
    "class",
    "method",
    "type",
    "signature",
    "overload",
    "function",
    "object",
    "create"
  ],
  "license": "MIT",
  "homepage": "https://github.com/yneves/node-bauer-factory",
  "author": {
    "name": "Yuri Neves Silveira",
    "url": "http://yneves.com/",
    "email": "yurinevessilveira@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yneves/node-bauer-factory.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "mocha": "^2.3.4"
  },
  "main": "lib/index.js"
}
