summaryrefslogtreecommitdiff
path: root/src/node_modules/inversify/package.json
blob: e585f19e07a0f260cb22073097bce2b58c0e66b0 (plain)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "name": "inversify",
  "version": "5.0.1",
  "description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",
  "main": "lib/inversify.js",
  "jsnext:main": "es/inversify.js",
  "types": "./dts/inversify.d.ts",
  "directories": {
    "test": "gulp"
  },
  "scripts": {
    "test": "gulp",
    "publish-please": "publish-please",
    "prepublish": "publish-please guard"
  },
  "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": {},
  "devDependencies": {
    "@types/chai": "4.1.4",
    "@types/harmony-proxy": "1.0.29",
    "@types/mocha": "5.2.3",
    "@types/sinon": "5.0.5",
    "bluebird": "3.5.2",
    "browserify": "16.2.3",
    "chai": "4.1.2",
    "del": "3.0.0",
    "es6-symbol": "3.1.1",
    "gulp": "3.9.1",
    "gulp-istanbul": "1.1.3",
    "gulp-mocha": "6.0.0",
    "gulp-rename": "1.4.0",
    "gulp-sourcemaps": "2.6.3",
    "gulp-tslint": "8.1.3",
    "gulp-typescript": "4.0.2",
    "gulp-uglify": "3.0.1",
    "harmonize": "2.0.0",
    "harmony-proxy": "1.0.1",
    "istanbul": "0.4.5",
    "karma": "3.0.0",
    "karma-chai": "0.1.0",
    "karma-chrome-launcher": "2.2.0",
    "karma-commonjs": "1.0.0",
    "karma-es6-shim": "1.0.0",
    "karma-firefox-launcher": "1.1.0",
    "karma-ie-launcher": "1.0.0",
    "karma-mocha": "1.3.0",
    "karma-mocha-reporter": "2.2.5",
    "karma-phantomjs-launcher": "1.0.4",
    "karma-sinon": "1.0.5",
    "mocha": "5.2.0",
    "performance-now": "2.1.0",
    "publish-please": "4.1.0",
    "reflect-metadata": "0.1.12",
    "run-sequence": "2.2.1",
    "sinon": "6.0.1",
    "tslint": "5.9.1",
    "typescript": "^2.8.3",
    "vinyl-buffer": "1.0.1",
    "vinyl-source-stream": "2.0.0"
  }
}