forked from dwyl/hapi-typescript-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.05 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": "new-folder",
"version": "1.0.0",
"description": "",
"license": "MIT",
"repository": {
"url": "https://github.com/Talento90/typescript-node.git"
},
"author": "Talento90",
"keywords": [
"typescript",
"project structure",
"gulp",
"nodejs"
],
"scripts": {
"test": "gulp test"
},
"dependencies": {
"boom": "^3.0.0",
"fs": "0.0.2",
"good": "^6.6.0",
"good-console": "^5.3.1",
"hapi": "^13.0.0",
"hapi-swagger": "^4.2.1",
"inert": "^3.2.0",
"joi": "^7.0.1",
"moment": "^2.12.0",
"mongodb": "^2.1.7",
"node-uuid": "^1.4.7",
"path": "^0.12.7",
"vision": "^4.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.0",
"gulp-help": "^1.6.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.4",
"gulp-rimraf": "^0.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^3.1",
"gulp-typescript": "^2.8.3",
"tslint": "^3.5.0",
"typescript": "^1.7.3"
},
"engines": {
"node": ">=4.1.1"
}
}