package.json

Summary

Maintainability
Test Coverage
{
  "name": "cdi",
  "version": "0.0.10",
  "description": "The Cool Dependency Injection. An easy to use powerful intuitive dependency injection manager",
  "main": "index.js",
  "scripts": {
    "test": "nyc --reporter=html mocha test/*.test.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "jsdoc": "./node_modules/.bin/jsdoc -c jsdoc-conf.json -r -t jsdoc_template"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/f3lang/cdi.git"
  },
  "keywords": [
    "dependency",
    "injection",
    "js",
    "easy",
    "intuitive",
    "ioc",
    "inversion",
    "of",
    "control"
  ],
  "author": {
    "name": "Wolfgang Felbermeier",
    "email": "wf@felbermeier.com",
    "url": "https://github.com/f3lang"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/f3lang/cdi/issues"
  },
  "homepage": "https://github.com/f3lang/cdi#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "jsdoc": "^3.5.5",
    "mocha": "^5.0.0",
    "nyc": "^11.4.1",
    "uuid": "^3.2.1"
  },
  "dependencies": {},
  "directories": {
    "doc": "./doc",
    "lib": "./src"
  }
}