-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "flickr-downloadr-webhook",
"version": "0.1.0",
"description": "A GitHub webhook that will merge the branch with the CI-built installers back into the main branch on flickr-downloadr.github.io",
"private": true,
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/flickr-downloadr/github-webhook.git"
},
"keywords": [
"webhook",
"flickr-downloadr",
"github",
"deployment"
],
"author": "Floyd Pink",
"license": "MIT",
"bugs": {
"url": "https://github.com/flickr-downloadr/github-webhook/issues"
},
"homepage": "https://github.com/flickr-downloadr/github-webhook",
"dependencies": {
"body-parser": "^1.20.2",
"debug": "^4.3.4",
"express": "^4.18.2",
"gift": "^0.10.2",
"googleapis": "^112.0.0",
"jssha": "^3.3.0",
"moment": "^2.29.4",
"mongoose": "6.8.1",
"morgan": "^1.10.0",
"nodemailer": "^6.9.1",
"rimraf": "^3.0.2"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0"
}
}