-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 914 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
35
36
37
38
39
40
{
"name": "meme-generator",
"version": "0.1.1",
"engines": {
"node": "10.x"
},
"description": "A simple web app to generate random and static memes.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "^2.0.1",
"bluebird": "^3.4.5",
"body-parser": "^1.15.2",
"caption": "^0.1.1",
"ejs": "^2.5.1",
"express": "^4.13.3",
"express-ejs-layouts": "^2.2.0",
"express-fileupload": "0.0.5",
"file-exists": "^2.0.0",
"lodash": "^4.15.0",
"mongoose": "^4.5.10",
"mongoose-plugin-autoinc": "^1.1.9",
"redis": "^2.6.2",
"redlock": "^2.0.0",
"request": "^2.74.0"
},
"repository": {
"type": "git",
"url": "https://github.com/chuck-aka-ben/meme-generator"
},
"keywords": [
"node",
"heroku",
"express"
],
"author": "Benjamin Thomas <benjamin@network.net>",
"license": "MIT"
}