forked from typestack/typedi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.24 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": "typedi",
"version": "0.8.0",
"description": "Dependency injection for TypeScript",
"license": "MIT",
"readmeFilename": "README.md",
"private": true,
"author": {
"name": "Umed Khudoiberdiev",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/pleerock/typedi.git"
},
"bugs": {
"url": "https://github.com/pleerock/typedi/issues"
},
"tags": [
"di",
"container",
"di-container",
"typescript",
"typescript-di",
"dependency-injection"
],
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.0.5",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.53",
"@types/sinon": "^4.0.0",
"chai": "^4.1.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-mocha": "^3.0.1",
"gulp-replace": "^0.6.1",
"gulp-shell": "^0.6.3",
"gulp-sourcemaps": "^2.6.1",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.3",
"gulpclass": "^0.1.2",
"mocha": "^3.2.0",
"reflect-metadata": "^0.1.10",
"sinon": "^4.1.2",
"sinon-chai": "^2.14.0",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"tslint-stylish": "^2.1.0",
"typescript": "^2.6.1"
},
"scripts": {
"test": "gulp tests"
}
}