forked from inversify/inversify-express-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
{
"name": "inversify-express-utils",
"version": "1.0.0-alpha.3",
"description": "Some utilities for the development of express applications with Inversify",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
"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": {
"browserify": "^13.0.1",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-codecov": "^2.0.1",
"gulp-header": "^1.8.2",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^2.13.4",
"gulp-uglify": "^1.5.3",
"mocha": "^2.4.5",
"publish-please": "^2.1.3",
"run-sequence": "^1.2.0",
"sinon": "^1.17.4",
"source-map-support": "^0.4.0",
"supertest": "^1.2.0",
"tsify": "^0.16.0",
"tslint": "^3.10.2",
"typescript": "^1.8.10",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"express": "^4.13.4",
"inversify": "^2.0.0-beta.8",
"inversify-dts": "^1.0.3",
"reflect-metadata": "^0.1.3"
}
}