mvp-di
Version:
A simple DI package inspired by the MVP pattern. It can inject the presentation layer in React.js/React Native applications.
37 lines (36 loc) • 816 B
JSON
{
"name": "mvp-di",
"version": "0.0.9",
"description": "A simple DI package inspired by the MVP pattern. It can inject the presentation layer in React.js/React Native applications.",
"files": [
"src",
"index.d.ts"
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "test-run",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KirillGudkov/mvp-di.git"
},
"keywords": [
"DI",
"MVP",
"Presenter",
"Decorator",
"Dependency injection"
],
"author": "Kirill Gudkov",
"license": "ISC",
"bugs": {
"url": "https://github.com/KirillGudkov/mvp-di/issues"
},
"homepage": "https://github.com/KirillGudkov/mvp-di#readme",
"devDependencies": {
"typescript": "^3.2.2"
},
"dependencies": {}
}