-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.45 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.45 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@gabzim/api-seed",
"version": "0.0.1",
"description": "API Seed",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git@github.com:arg20/koa-api-seed.git"
},
"keywords": [
"Home",
"safe",
"safety",
"travel",
"tracking",
"drive"
],
"author": "Gabriel Zimmermann",
"license": "ISC",
"homepage": "https://github.com/arg20/koa-api-seed#readme",
"dependencies": {
"aws-sdk": "^2.133.0",
"base64-url": "^2.0.0",
"bluebird": "^3.5.1",
"decorator-toggles": "0.0.6",
"dotenv": "^4.0.0",
"jsonwebtoken": "^8.1.0",
"koa": "^2.3.0",
"koa-body": "^2.5.0",
"koa-compose": "^4.0.0",
"koa-compress": "^2.0.0",
"koa-jwt": "^3.2.2",
"koa-passport": "4.0.1",
"koa-router": "^7.2.1",
"koa-send": "^4.1.1",
"koa-socket": "^4.4.0",
"le_node": "^1.7.1",
"lodash": "^4.17.4",
"mime-types": "^2.1.17",
"mmmagic": "^0.4.5",
"moment": "^2.19.1",
"mongodb": "^2.2.33",
"mongoose": "^4.12.1",
"mongoose-timestamp": "^0.6.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"randomstring": "^1.1.5",
"reflect-metadata": "^0.1.10",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sendgrid": "^5.2.3",
"socket.io-client": "^2.0.3",
"socket.io-redis": "^5.2.0",
"winston": "^2.4.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.16",
"@types/chai": "^4.0.4",
"@types/del": "^3.0.0",
"@types/gulp": "^4.0.4",
"@types/gulp-mocha": "^0.0.30",
"@types/gulp-nodemon": "^0.0.30",
"@types/gulp-replace": "^0.0.30",
"@types/koa": "^2.0.39",
"@types/koa-passport": "^2.0.4",
"@types/koa-router": "^7.0.23",
"@types/lodash": "^4.14.77",
"@types/mongoose": "latest",
"@types/passport": "^0.3.4",
"@types/passport-facebook": "^2.1.6",
"@types/passport-local": "^1.0.31",
"@types/randomstring": "^1.1.6",
"@types/request-promise": "latest",
"@types/winston": "2.3.6",
"chai": "^4.1.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-mocha": "^4.3.1",
"gulp-nodemon": "^2.2.1",
"gulp-replace": "^0.6.1",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.2",
"gulpclass": "^0.1.2",
"mocha": "^3.4.2",
"tslint": "^5.7.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.5.3",
"yargs": "^9.0.1"
}
}