Comparing version 1.3.9 to 1.3.10
{ | ||
"name": "hekdi", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"description": "Depedency injection framework for node.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha ./test/**/*.spec.js" | ||
"test": "node ./test/tests_launcher.js" | ||
}, | ||
@@ -14,8 +14,8 @@ "author": "Ivan Prodaiko", | ||
"eslint": "^4.5.0", | ||
"express": "^4.15.4", | ||
"express": "^4.16.2", | ||
"hapi": "^16.5.2", | ||
"koa": "^2.3.0", | ||
"koa-body-parser": "^1.1.2", | ||
"koa-router": "^7.2.1", | ||
"mocha": "^3.5.0", | ||
"koa-body-parser": "^1.1.2" | ||
"mocha": "^3.5.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "repository": { |
@@ -11,4 +11,5 @@ [![Build Status](https://travis-ci.org/IvanProdaiko94/hekdi.svg?branch=master)](https://travis-ci.org/IvanProdaiko94/hekdi) | ||
# node.js Dependency Injection | ||
This module provides dependency injection for node.js | ||
### Scale your node.js app with ease. | ||
```bash | ||
@@ -15,0 +16,0 @@ npm i hekdi |
19038
15
341
144