-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 867 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
{
"name": "og-imager",
"version": "1.0.0",
"description": "An Open Graph (OG) Image generator with NodeJS",
"author": "Sai Krishna Prasad K<KRRISH96>",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KRRISH96/og-imager.git"
},
"keywords": [
"nodejs",
"express",
"og-image",
"open graph",
"open graph protocol",
"handlebars",
"puppeteer"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/KRRISH96/og-imager/issues"
},
"homepage": "https://github.com/KRRISH96/og-imager#readme",
"dependencies": {
"express": "^4.17.1",
"handlebars": "^4.7.7",
"puppeteer": "^2.1.1",
"puppeteer-social-image": "^0.8.1"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}