forked from inversify/InversifyJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.56 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
60
61
62
63
64
65
{
"name": "inversify",
"version": "2.0.0-beta.1",
"description": "A lightweight IoC container written in TypeScript.",
"main": "lib/inversify.js",
"jsnext:main": "es/inversify.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp",
"prepublish": "gulp build && gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/inversify/InversifyJS.git"
},
"keywords": [
"ioc",
"di",
"javascript",
"typescript",
"node",
"dependency injection",
"dependency inversion",
"inversion of control container"
],
"author": "Remo H. Jansen",
"license": "MIT",
"bugs": {
"url": "https://github.com/inversify/InversifyJS/issues"
},
"homepage": "http://inversify.io",
"engines": {},
"dependencies": {},
"devDependencies": {
"bluebird": "^3.3.3",
"browserify": "^13.0.0",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-header": "^1.7.1",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.1",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^2.12.1",
"gulp-uglify": "^1.5.1",
"harmonize": "^1.4.4",
"harmony-proxy": "^1.0.0",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"reflect-metadata": "^0.1.3",
"run-sequence": "^1.1.5",
"sinon": "^1.17.3",
"tsify": "^0.14.1",
"tslint": "^3.2.2",
"typescript": "^1.7.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wallabify": "0.0.14"
}
}