-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.52 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
91
92
93
94
{
"name": "ProjectPublishing",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"@google-cloud/storage": "^2.5.0",
"@sendgrid/mail": "^6.3.1",
"axios": "^0.18.0",
"base64-img": "^1.0.4",
"base64topdf": "^1.1.8",
"bcrypt": "^2.0.1",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"connect-redis": "^3.4.1",
"convertapi": "^1.2.0",
"docx-pdf": "0.0.1",
"dynamic-watermark": "^1.0.0",
"ejs": "2.3.4",
"generate-password": "^1.4.1",
"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-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "0.5.2",
"image-watermark": "0.0.7",
"image-watermark-2": "0.0.9",
"imagemagick-dynamic-watermark": "^3.1.0",
"include-all": "^1.0.0",
"jsonwebtoken": "^7.4.1",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"node-cron": "^1.2.1",
"nodemailer": "^6.0.0",
"office-converter": "^1.0.2",
"office-to-pdf": "^4.0.0",
"p-iteration": "^1.1.5",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"raven": "^2.1.2",
"rc": "1.0.1",
"read-excel-file": "^2.0.7",
"sails": "~0.12.14",
"sails-disk": "~0.10.9",
"sails-hook-slugs": "^2.1.0",
"sails-hook-validation": "^0.4.6",
"sails-memory": "^0.10.7",
"sails-mongo": "^1.0.1",
"sails-pager": "^2.0.5",
"sails-postgresql": "0.11.4",
"sails-validation-messages": "0.0.0",
"slug": "^0.9.1",
"socket.io": "^2.1.1",
"socket.io-redis": "1.0.0",
"sparkpost": "^2.1.2",
"sugar": "^2.0.4",
"tinyurl": "^1.1.2",
"unoconv-promise": "^1.0.6",
"uuid": "^3.0.1"
},
"scripts": {
"debug": "node debug app.js",
"test": "NODE_ENV=test nyc mocha",
"dev": "./node_modules/nodemon/bin/nodemon.js app.js",
"start": "node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/hackean/ProjectPublishing.git"
},
"author": "Lanre Adedara",
"license": "KleverInc",
"devDependencies": {
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"eslint": "^4.14.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"sails-memory": "^0.10.7"
},
"engines": {
"node": "9.8.0",
"npm": "6.4.1"
}
}