-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 925 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
{
"name": "kwyjibo",
"version": "1.0.29",
"description": "A set of Typescript Decorators and helpers to write better node.js+Express applications.",
"main": "js/index.js",
"typings": "js/index",
"files": [
"js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zlash/kwyjibo.git"
},
"keywords": [
"typescript",
"ts",
"express",
"decorators",
"helpers",
"controller",
"test",
"testing",
"promise",
"mvc",
"framework"
],
"author": "Miguel Ángel Pérez Martínez",
"license": "MIT",
"bugs": {
"url": "https://github.com/zlash/kwyjibo/issues"
},
"homepage": "https://github.com/zlash/kwyjibo#readme",
"dependencies": {
"@types/express": "^4.0.29",
"express": "^4.14.0",
"mime-types": "^2.1.12",
"require-all": "^2.0.0"
}
}