You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
897 B
40 lines
897 B
{
|
|
"name": "parcel-plugin-ogimage",
|
|
"version": "1.0.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"
|
|
}
|
|
}
|
|
|