@ghostline/meta-loader
Version:
A Metalsmith plugin for loading meta data from serialized files
34 lines (33 loc) • 848 B
JSON
{
"name": "@ghostline/meta-loader",
"version": "1.0.0",
"description": "A Metalsmith plugin for loading meta data from serialized files",
"author": "Martin Haynes <martin@dotmh.io>",
"homepage": "https://github.com/dotmh/ghostline/tree/master/packages/meta-loader#readme",
"license": "Apache-2.0",
"main": "index.js",
"keywords": [
"Metalsmith",
"Ghostline",
"plugin",
"static",
"static-site"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dotmh/ghostline.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/dotmh/ghostline/issues"
},
"dependencies": {
"js-yaml": "^3.13.1"
},
"peerDependencies": {
"metalsmith": "^2.3.0"
},
"gitHead": "f3682156a3dbb5c0910d205c93f150487a643775"
}