UNPKG

hekdi

Version:

Depedency injection framework for node integrated with koa.js

44 lines (43 loc) 870 B
{ "name": "hekdi", "version": "1.6.2", "description": "Depedency injection framework for node integrated with koa.js", "main": "index.js", "scripts": { "test": "node ./test/tests_launcher.js" }, "author": "Ivan Prodaiko", "license": "MIT", "devDependencies": { "chai": "^4.1.1", "eslint": "^4.5.0", "koa": "^2.5.2", "koa-body-parser": "^1.1.2", "koa-router": "^7.4.0", "mocha": "^5.2.0" }, "repository": { "type": "git", "url": "git@github.com:IvanProdaiko94/hekdi.git" }, "typings": "index.d.ts", "keywords": [ "nodeart", "framework", "di", "dependency", "injector", "injection", "dependency-injection", "rest", "koa", "koa.js" ], "engines": { "node": ">=7.6.0" }, "dependencies": { "@types/koa": "^2.0.45", "@types/koa-router": "^7.0.28" } }