-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 974 Bytes
/
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
{
"_npmOperationalInternal": {
"host": "packages-13-west.internal.npmjs.com",
"tmp": "tmp/node-serverless-reports-0.2.1.tgz_1458892667270_0.7738919164985418"
},
"author": {
"name": "Richard Dancsi"
},
"bugs": {
"url": "https://github.com/wimagguc/node-serverless-reports"
},
"dependencies": {
"bluebird": "^3.4.0",
"handlebars": "^4.0.5",
"mysql": "^2.10.2",
"nodemailer": "^2.4.2"
},
"description": "A Serverless - Node.js project to create reports from database queries, and send those reports out in pretty emails",
"devDependencies": {
"serverless": "^2.16.1",
"serverless-optimizer-plugin": "^2.1.0"
},
"homepage": "https://www.wimagguc.com/",
"license": "MIT",
"name": "node-serverless-reports",
"optionalDependencies": {},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/wimagguc/node-serverless-reports.git"
},
"scripts": {},
"version": "1.0.0"
}