arkbot/injekt

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name"                : "injekt",
  "version"             : "0.1.9",
  "homepage"            : "https://github.com/arkbot/injekt",
  "author"              : "Arkbot Industries <webmaster@arkbot.com>",
  "description"         : "A tiny dependency injection framework for NodeJS",
  "keywords"            : [ "dependency", "injection", "context", "isolation", "mock" ],
  "licenses"            : [ {
    "type"                : "MIT",
    "url"                 : "https://github.com/arkbot/injekt/blob/master/LICENSE.txt"
  } ],

  "preferGlobal"        : false,
  "analyze"             : false,

  "contributors"        : [ {
    "name"                : "Adam Eberlin",
    "email"               : "adam@arkbot.com"
  } ],

  "scripts"             : {
    "test"                : "vows --spec --isolate test/*-vows.js"
  },

  "main"                : "./lib/index.js",

  "repository"          : {
    "type"                : "git",
    "url"                 : "https://github.com/arkbot/injekt.git"
  },

  "dependencies"        : {
    "contextify"          : "0.1.x"
  },

  "devDependencies"     : {
    "should"              : "2.0.x",
    "vows"                : "0.7.x"
  },

  "bundleDependencies"  : [ ],

  "engines"             : {
    "node"                : ">=0.8"
  }
}