forked from pantsel/konga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.28 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
82
83
84
85
86
87
88
89
90
{
"name": "kongadmin",
"version": "0.9.0",
"description": "Kong admin GUI",
"keywords": [
"sails.js",
"backend",
"REST",
"API",
"JWT",
"JSON Web Token",
"Passport.js"
],
"dependencies": {
"@slack/client": "^3.14.0",
"async": "1.5.0",
"barrels": "1.6.0",
"bcryptjs": "2.3.0",
"bluebird": "3.0.5",
"bower": "^1.8.0",
"csv-parser": "^1.11.0",
"ejs": "^2.5.6",
"google-auth-library": "^0.10.0",
"googleapis": "^14.1.0",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-jst": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-sails-linker": "~0.10.1",
"grunt-sass": "^2.0.0",
"grunt-sync": "0.5.2",
"include-all": "^1.0.0",
"ip": "^1.1.5",
"jsonwebtoken": "5.4.1",
"lodash": "3.10.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"mongodb": "^2.2.11",
"mysql": "^2.11.1",
"node-cron": "^1.1.3",
"node-sass": "^4.6.0",
"node-uuid": "^1.4.8",
"nodemailer": "^4.3.1",
"nodemailer-mailgun-transport": "^1.3.5",
"passport": "0.3.0",
"passport-local": "1.0.0",
"rc": "1.0.1",
"sails": "~0.12.14",
"sails-disk": "^0.10.10",
"sails-hook-validation": "0.4.6",
"sails-mongo": "^0.12.3",
"sails-mysql": "^0.11.5",
"sails-postgresql": "^0.11.4",
"sails-sqlserver": "^0.10.8",
"socket.io-redis": "~1.0.0",
"sendmail": "^1.1.1",
"ua-parser": "0.3.5",
"unirest": "^0.5.1",
"validator": "4.2.1"
},
"devDependencies": {
"chai": "3.4.0",
"mocha": "2.3.3",
"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"
}