-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 866 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 866 Bytes
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
{
"name": "inversify-unloader",
"version": "1.0.2",
"description": "Inversify unloader container modules",
"author": "Benoit Briatte",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/Digipolitan/inversify-unloader.git"
},
"tags": [
"inversify",
"unload",
"module",
"container",
"registry"
],
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-file": "^0.4.0",
"gulp-mocha": "^7.0.1",
"gulp-rename": "^1.4.0",
"gulp-shell": "^0.7.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0",
"mocha": "^6.2.0",
"typescript": "^3.6.3"
},
"dependencies": {
"inversify": "^5.0.1"
}
}