forked from typestack/routing-controllers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.77 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.77 KB
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
{
"name": "routing-controllers",
"private": true,
"version": "0.6.5",
"description": "Allows to use class-based controllers with express.js or koa in Typescript",
"license": "MIT",
"readmeFilename": "README.md",
"author": {
"name": "Umed Khudoiberdiev",
"email": "[email protected]"
},
"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": {
"cookie": "^0.3.1",
"glob": "^7.0.5",
"reflect-metadata": "^0.1.3",
"class-transformer": "~0.1.0-beta.3"
},
"devDependencies": {
"body-parser": "^1.15.2",
"chai": "^3.4.1",
"chai-as-promised": "^5.3.0",
"chakram": "^1.4.0",
"del": "^2.2.1",
"es6-shim": "^0.35.1",
"express": "^4.14.0",
"express-session": "^1.14.1",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^6.0.1",
"gulp-typescript": "^2.13.6",
"gulpclass": "^0.1.1",
"koa": "^2.0.0",
"koa-bodyparser": "^3.1.0",
"koa-router": "^7.0.1",
"mocha": "^3.0.0",
"multer": "^1.1.0",
"mustache-express": "^1.2.2",
"remap-istanbul": "^0.6.4",
"request": "^2.74.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"tslint": "^3.13.0",
"tslint-stylish": "^2.1.0-beta",
"typedi": "^0.4.2",
"typescript": "^1.8.10",
"typings": "^1.3.1"
},
"scripts": {
"test": "gulp tests"
}
}