-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "inversify-logger-middleware",
"version": "2.0.2",
"description": "A basic logger middleware for InversifyJS",
"main": "lib/index.js",
"typings": "./dts/index.d.ts",
"scripts": {
"test": "gulp",
"prepublish": "publish-please guard",
"publish-please": "publish-please"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inversify/inversify-logger-middleware.git"
},
"keywords": [
"inversifyjs",
"logger",
"inversion",
"of",
"control",
"dependency",
"inversion"
],
"author": "Remo H. Jansen <remo.jansen@wolksoftware.com> (http://www.remojansen.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/inversify/inversify-logger-middleware/issues"
},
"homepage": "https://github.com/inversify/inversify-logger-middleware#readme",
"dependencies": {
"chalk": "^1.1.3"
},
"devDependencies": {
"@types/chai": "^3.4.32",
"@types/chalk": "^0.4.28",
"@types/mocha": "^2.2.31",
"@types/sinon": "^1.16.29",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.0",
"gulp-tslint": "^6.0.2",
"gulp-typescript": "^2.13.4",
"harmonize": "^1.4.4",
"inversify": "^2.0.0",
"mocha": "^3.0.0",
"publish-please": "^2.1.4",
"reflect-metadata": "^0.1.3",
"run-sequence": "^1.2.0",
"sinon": "^1.17.4",
"tslint": "^3.12.0",
"typescript": "^2.0.2"
}
}