{
  "name": "infector",
  "version": "1.0.1",
  "homepage": "https://github.com/tanem/infector",
  "authors": [
    "tanem <tane.morgan@gmail.com>"
  ],
  "description": "Dependency injection for Node.js and the browser.",
  "main": "./lib/infector.js",
  "keywords": [
    "dependency",
    "injection",
    "node"
  ],
  "license": "MIT",
  "ignore": [
    "examples",
    "test",
    "coverage",
    ".travis.yml",
    ".jshintrc",
    ".npmignore",
    ".gitignore",
    "package.json"
  ]
}
