UNPKG

injection-js

Version:

Dependency Injection library for JavaScript and TypeScript

25 lines 567 B
{ "name": "injection-js", "version": "2.5.0", "description": "Dependency Injection library for JavaScript and TypeScript", "main": "injection.bundle.js", "module": "index.js", "jsnext:main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/mgechev/injection-js.git" }, "dependencies": { "tslib": "^2.0.0" }, "keywords": [ "DI", "dependency", "injection", "dependency injection", "injector" ], "author": "Minko Gechev <mgechev@gmail.com>", "license": "MIT" }