-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 855 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
{
"name": "metalsmith-twitter-card",
"version": "1.0.9",
"description": "Twitter card meta tags for Metalsmith.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitaliy-bobrov/metalsmith-twitter-card.git"
},
"keywords": [
"metalsmith",
"twitter",
"seo",
"social",
"share"
],
"author": "Vitaliy Bobrov <[email protected]> (https://vitaliy-bobrov.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vitaliy-bobrov/metalsmith-twitter-card/issues"
},
"homepage": "https://github.com/vitaliy-bobrov/metalsmith-twitter-card#readme",
"devDependencies": {
"debug": "^4.1.1"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"escape-html": "^1.0.3"
}
}