-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.86 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
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "typescript-node",
"version": "1.2.0",
"description": "",
"license": "MIT",
"author": "Mateusz Adamczyk",
"keywords": [
"typescript",
"taxi",
"ai"
],
"scripts": {
"tsc": "tsc",
"tsc-watch": "tsc -w",
"build": "gulp build",
"start": "node build/src/index.js",
"setup": "npm install & typings install",
"test": "gulp test",
"watch": "nodemon --watch build/src build/src/index.js"
},
"dependencies": {
"@google/maps": "^0.3.1",
"async": "^2.4.1",
"bcryptjs": "^2.4.3",
"fs": "0.0.1-security",
"good": "^7.2.0",
"good-console": "^6.4.0",
"hapi": "^16.1.1",
"hapi-auth-jwt2": "^7.2.4",
"hapi-swagger": "^7.7.0",
"inert": "^4.2.0",
"joi": "^10.5.0",
"jsonwebtoken": "^7.4.1",
"mongoose": "^4.10.0",
"nconf": "^0.8.4",
"path": "^0.12.7",
"vision": "^4.1.1",
"webworker-threads": "^0.7.11"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.0",
"@types/boom": "^4.3.2",
"@types/chai": "^3.5.2",
"@types/hapi": "^16.1.2",
"@types/joi": "^10.3.2",
"@types/jsonwebtoken": "^7.2.0",
"@types/mocha": "^2.2.41",
"@types/mongoose": "^4.7.13",
"@types/nconf": "0.0.34",
"@types/node": "^7.0.21",
"@types/sinon": "^2.2.2",
"bcryptjs": "^2.4.3",
"boom": "^4.3.1",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-bundle-assets": "^2.28.0",
"gulp-env": "^0.4.0",
"gulp-mocha": "^4.3.1",
"gulp-rimraf": "^0.2.1",
"gulp-shell": "^0.6.3",
"gulp-tslint": "^8.0.0",
"gulp-watch": "^4.3.11",
"hapi": "^16.1.1",
"joi": "^10.5.0",
"jsonwebtoken": "^7.4.1",
"mocha": "^3.4.1",
"mongoose": "^4.10.0",
"nconf": "^0.8.4",
"node": "0.0.0",
"nodemon": "^1.11.0",
"sinon": "^2.2.0",
"tslint": "^5.2.0",
"typescript": "^2.3.2"
},
"engines": {
"node": ">=7.6.0"
}
}