UNPKG

567 BJSONView Raw
1{
2 "name": "injection-js",
3 "version": "2.4.0",
4 "description": "Dependency Injection library for JavaScript and TypeScript",
5 "main": "injection.bundle.js",
6 "module": "index.js",
7 "jsnext:main": "index.js",
8 "types": "index.d.ts",
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/mgechev/injection-js.git"
12 },
13 "dependencies": {
14 "tslib": "^2.0.0"
15 },
16 "keywords": [
17 "DI",
18 "dependency",
19 "injection",
20 "dependency injection",
21 "injector"
22 ],
23 "author": "Minko Gechev <mgechev@gmail.com>",
24 "license": "MIT"
25}
\No newline at end of file