-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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": "[email protected]: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"
}
}