-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
40 lines (40 loc) · 897 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": "parcel-plugin-ogimage",
"version": "1.2.0",
"description": "Set absolute URL for og:image meta tags.",
"main": "index.js",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/parcel-plugin-ogimage.git"
},
"keywords": [
"parcel",
"plugin",
"og:image",
"og",
"open graph",
"image"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/parcel-plugin-ogimage/issues"
},
"homepage": "https://github.com/lukechilds/parcel-plugin-ogimage#readme",
"devDependencies": {
"xo": "^0.23.0"
},
"dependencies": {
"chalk": "^2.4.2",
"fs": "^0.0.1-security",
"ora": "^3.4.0",
"path": "^0.12.7",
"pretty-ms": "^5.0.0"
}
}