forked from typestack/routing-controllers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.49 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@mingyang91/routing-controllers",
"private": true,
"version": "0.8.2",
"description": "Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage for Express / Koa using TypeScript.",
"license": "MIT",
"readmeFilename": "README.md",
"author": {
"name": "Umed Khudoiberdiev",
"email": "[email protected]"
},
"contributors": [
{
"name": "Michał Lytek",
"url": "https://github.com/19majkel94"
}
],
"repository": {
"type": "git",
"url": "https://github.com/pleerock/routing-controllers.git"
},
"bugs": {
"url": "https://github.com/pleerock/routing-controllers/issues"
},
"main": "index.js",
"tags": [
"express",
"express.js",
"typescript",
"typescript-express",
"typescript-express.js",
"express-controllers",
"controllers"
],
"dependencies": {
"class-transformer": "^0.1.9",
"class-validator": "^0.8.5",
"cookie": "^0.3.1",
"glob": "^7.0.5",
"reflect-metadata": "^0.1.12",
"template-url": "^1.0.0"
},
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/chai-as-promised": "0.0.30",
"@types/express": "^4.0.35",
"@types/express-session": "0.0.32",
"@types/koa": "^2.0.39",
"@types/mocha": "^2.2.40",
"@types/node": "^10.10.1",
"@types/sinon": "^2.1.2",
"body-parser": "^1.17.1",
"chai": "^3.4.1",
"chai-as-promised": "^6.0.0",
"chakram": "^1.4.0",
"cors": "^2.8.3",
"cross-env": "5.0.5",
"del": "^2.2.1",
"express": "^4.15.2",
"express-session": "^1.15.2",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.1",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.6.3",
"gulp-sourcemaps": "^2.5.1",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.1.6",
"gulpclass": "^0.1.2",
"handlebars": "^4.0.6",
"kcors": "^1.3.2",
"koa": "^2.0.0",
"koa-bodyparser": "^4.2.0",
"koa-convert": "^1.2.0",
"koa-multer": "^1.0.1",
"koa-router": "^7.1.1",
"koa-session": "^5.0.0",
"koa-views": "^6.0.1",
"mocha": "^3.0.0",
"multer": "^1.3.0",
"mustache-express": "^1.2.2",
"remap-istanbul": "^0.9.5",
"request": "^2.81.0",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"ts-node": "^3.0.2",
"tslint": "^5.0.0",
"tslint-stylish": "^2.1.0",
"typedi": "~0.7.1",
"typescript": "~2.7.2"
},
"scripts": {
"test": "cross-env NODE_ENV=test gulp tests"
},
"typings": "index.d.ts"
}