{
  "name": "deependency",
  "version": "1.0.4",
  "description": "Deependency is modular and extensible Inversion of Control container to easily introduce dependency injection in your NodeJS modules.",
  "main": "./lib",
  "scripts": {
    "test": "mocha test/**/*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabio-gariglio/deependency.git"
  },
  "keywords": [
    "ioc",
    "inversion of control",
    "inversion",
    "control",
    "container",
    "dependency",
    "injection",
    "dependency injection",
    "di",
    "solid",
    "oop"
  ],
  "author": "Fabio Gariglio",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fabio-gariglio/deependency/issues"
  },
  "homepage": "https://github.com/fabio-gariglio/deependency#readme",
  "devDependencies": {
    "should": "^8.3.1",
    "sinon": "^1.17.4"
  },
  "jshintConfig": {
    "esversion": 6,
    "globals": {
      "__dirname": true,
      "require": true,
      "module": true,
      "describe": true,
      "context": true,
      "before": true,
      "after": true,
      "it": true
    },
    "undef": true,
    "strict": "global"
  }
}
