forked from inversify/InversifyJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.35 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
{
"name": "inversify",
"version": "1.0.0",
"description": "A lightweight IoC container written in TypeScript.",
"main": "dist/inversify.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/inversify/InversifyJS.git"
},
"keywords": [
"IoC",
"container",
"JavaScript",
"TypeScript",
"dependency",
"inversion",
"inversion",
"control"
],
"author": "Remo H. Jansen",
"license": "MIT",
"bugs": {
"url": "https://github.com/inversify/InversifyJS/issues"
},
"homepage": "http://inversify.io",
"engines": {},
"dependencies": {},
"devDependencies": {
"browserify": "^11.0.1",
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-docco": "0.0.4",
"gulp-header": "^1.7.1",
"gulp-run": "^1.6.10",
"gulp-tslint": "^3.2.0",
"gulp-typescript": "^2.8.2",
"gulp-uglify": "^1.4.0",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.1",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon": "^1.0.4",
"mocha": "^2.3.0",
"phantomjs": "^1.9.18",
"run-sequence": "^1.1.2",
"sinon": "^1.16.1",
"typescript": "^1.6.0-beta",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}