-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·51 lines (51 loc) · 1.1 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
{
"name": "inversify-hapi-example",
"version": "1.0.0",
"description": "",
"license": "MIT",
"repository": {
"url": "https://github.com/inversify/inversify-code-samples.git"
},
"author": "Talento90",
"keywords": [
"typescript",
"project structure",
"gulp",
"nodejs"
],
"scripts": {
"build": "gulp build",
"start": "node build/src/index.js",
"setup": "npm install & typings install",
"test": "gulp test"
},
"dependencies": {
"boom": "^3.1.2",
"fs": "^0.0.2",
"good": "^6.6.0",
"good-console": "^5.3.1",
"hapi": "^13.2.2",
"hapi-swagger": "^4.3.1",
"inert": "^3.2.0",
"inversify": "^2.0.0-beta.1",
"joi": "^8.0.5",
"moment": "^2.12.0",
"mongodb": "^2.1.11",
"node-uuid": "^1.4.7",
"path": "^0.12.7",
"reflect-metadata": "^0.1.3",
"vision": "^4.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-mocha": "^2.2.0",
"gulp-rimraf": "^0.2.0",
"gulp-tslint": "4.3.4",
"tslint": "^3.6.0",
"typescript": "^1.8.9"
},
"engines": {
"node": ">=4.1.1"
}
}