{
  "name": "registry",
  "description": "Experimental namespaced IoC container",
  "author": "Damon Oehlman <damon.oehlman@sidelab.com>",
  "tags": [
    "ioc"
  ],
  "version": "0.3.0",
  "main": "./dist/commonjs/registry",
  "engines": {
    "node": ">= 0.6.x < 0.9.0"
  },
  "dependencies": {
    "matchme": "0.1.x",
    "wildcard": "0.1.x"
  },
  "devDependencies": {
    "expect.js": "0.1.x",
    "mocha": "*"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/DamonOehlman/registry.git"
  },
  "bugs": {
    "url": "http://github.com/DamonOehlman/regsitry/issues"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "contributors": []
}
