-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.1 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
79
80
81
{
"name": "kongadmin",
"version": "0.13.0",
"description": "Kong admin GUI",
"keywords": [
"sails.js",
"backend",
"Kong",
"GUI"
],
"dependencies": {
"@slack/client": "^5.0.1",
"async": "1.5.0",
"barrels": "^1.6.5",
"bcryptjs": "2.3.0",
"bluebird": "3.0.5",
"bower": "^1.8.8",
"dotenv": "^6.2.0",
"ejs": "^2.6.2",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jst": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sails-linker": "~0.10.1",
"grunt-sass": "^3.0.2",
"grunt-sync": "^0.8.1",
"include-all": "^4.0.3",
"ip": "^1.1.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"node-cron": "^1.2.1",
"node-sass": "^4.12.0",
"nodemailer": "^4.7.0",
"nodemailer-mailgun-transport": "^1.4.0",
"passport": "0.3.0",
"passport-ldapauth": "^2.1.3",
"passport-local": "1.0.0",
"rc": "^1.2.8",
"sails": "^1.2.3",
"sails-disk": "^1.1.2",
"sails-mongo": "^1.0.1",
"sails-mysql": "^1.0.1",
"sails-postgresql": "^1.0.2",
"sails-sqlserver": "^0.10.8",
"sendmail": "^1.6.1",
"socket.io-redis": "^5.2.0",
"unirest": "git+https://git@github.com/pantsel/unirest-nodejs.git#master",
"uuid": "^3.3.2",
"validator": "4.2.1"
},
"devDependencies": {
"chai": "3.4.0",
"mocha": "^5.2.0",
"should": "7.1.1",
"supertest": "1.1.0"
},
"scripts": {
"postinstall": "bower --allow-root install",
"start": "node --harmony app.js",
"production": "node --harmony app.js --prod",
"debug": "node debug app.js",
"test": "mocha",
"bower-deps": "bower --allow-root install"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/pantsel/konga.git"
},
"author": "Tselentis Panagis",
"license": "MIT"
}