-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.65 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": "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-watch",
"start": "gulp nodemon",
"build": "gulp build",
"git.merge": "git fetch upstream && git merge upstream/master",
"git.merge.preview": "git fetch upstream && git merge --no-commit upstream/master",
"git.setup": "git init && git remote add upstream https://github.com/divramod/hapi-seed-advanced.git",
"tslint": "gulp tslint",
"postinstall": "npm run typings-install",
"typings-install": "typings install"
},
"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",
"onoff": "^1.1.0",
"path": "^0.12.7",
"vision": "^4.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.0",
"gulp-develop-server": "^0.5.2",
"gulp-help": "^1.6.0",
"gulp-istanbul": "^0.10.3",
"gulp-livereload": "^3.8.1",
"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",
"gulp-watch": "^4.3.8",
"run-sequence": "^1.2.2",
"shelljs": "^0.7.0",
"tslint": "^3.5.0",
"typescript": "^1.7.3"
},
"engines": {
"node": ">=4.1.1"
}
}