forked from inversify/inversify-express-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.59 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
{
"name": "inversify-express-utils",
"version": "4.0.1",
"description": "Some utilities for the development of express applications with Inversify",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
"typings": "./dts/index.d.ts",
"scripts": {
"test": "gulp",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inversify/inversify-express-utils.git"
},
"keywords": [
"InversifyJS",
"express"
],
"author": "Cody Simms",
"license": "MIT",
"bugs": {
"url": "https://github.com/inversify/inversify-express-utils/issues"
},
"homepage": "https://github.com/inversify/inversify-express-utils#readme",
"devDependencies": {
"@types/bluebird": "^3.5.8",
"@types/body-parser": "^1.16.3",
"@types/chai": "^4.0.1",
"@types/cookie-parser": "^1.3.30",
"@types/express": "^4.0.34",
"@types/mocha": "^2.2.33",
"@types/sinon": "^2.1.0",
"@types/supertest": "^2.0.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"chai": "^4.0.0",
"cookie-parser": "^1.4.3",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "3.0.1",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "^3.1.3",
"inversify": "^4.0.0",
"mocha": "^3.2.0",
"publish-please": "^2.2.0",
"reflect-metadata": "^0.1.8",
"run-sequence": "^2.0.0",
"sinon": "^3.0.0",
"source-map-support": "^0.4.6",
"supertest": "^3.0.0",
"tslint": "^5.0.0",
"typescript": "^2.4.1"
},
"dependencies": {
"express": "^4.14.1"
}
}