-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "memegeddon",
"version": "1.1.0",
"description": "Herramienta para adquisición y enriquecimiento de plantillas de memes para Memezinga 💪",
"main": "memegeddon.js",
"scripts": {
"prepare:env": "mkdir -p data memes backup && export GOOGLE_APPLICATION_CREDENTIALS=\"secrets/secrets.json\"",
"start": "npm run prepare:env && node memegeddon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/memezinga/memegeddon.git"
},
"keywords": [
"meme",
"memes"
],
"author": {
"name": "Ulises Gascón",
"url": "https://github.com/ulisesGascon"
},
"contributors": [
{
"name": "Fabiola Vieyra",
"url": "https://github.com/Fa-v"
},
{
"name": "Theba Gomez",
"url": "https://github.com/KoolTheba"
}
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/memezinga/memegeddon/issues"
},
"homepage": "https://github.com/memezinga/memegeddon#readme",
"dependencies": {
"@google-cloud/storage": "2.3.4",
"archiver": "3.0.0",
"asyncro": "3.0.0",
"firebase-admin": "7.1.0",
"mime": "2.4.0",
"request": "2.88.0",
"rimraf": "2.6.3",
"uuid": "3.3.2"
}
}