This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.69 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
{
"name": "eventol-auth",
"version": "0.0.1",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-baucis-swagger2": "^1.0.0",
"grunt-convert": "^0.1.12",
"grunt-merge-json": "exo-dev/grunt-merge-json",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.2",
"grunt-plato": "^1.4.0",
"istanbul": "^0.4.5",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0",
"mochawesome": "^2.0.3",
"open-swagger-editor": "^1.0.0",
"proxyquire": "^1.7.11",
"should": "^11.2.0",
"sinon": "^1.17.7",
"sinon-as-promised": "^4.0.2",
"sinon-mongoose": "^1.3.0"
},
"scripts": {
"test": "grunt mochaTest",
"jenkins": "grunt test",
"kong-register-api": "node ./bin/register-apis",
"edit-domain-swagger": "open-swagger-editor -s ./swagger/user.yaml",
"start": "grunt build && node app.js",
"generate-domain-swagger": "grunt convert",
"generate-crud-swagger": "grunt baucis-swagger2",
"merge-swagger": "grunt merge-json"
},
"dependencies": {
"baucis": "^1.6.5",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"cors": "^2.8.1",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"express-winston": "^2.0.0",
"helmet": "^2.3.0",
"jsonwebtoken": "^7.2.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"mongoose": "^4.6.2",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^1.0.0",
"passport-oauth2": "^1.4.0",
"passport-twitter": "^1.0.4",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"sodium": "^2.0.1",
"swagger-tools": "^0.10.1",
"winston": "^2.2.0"
}
}