{
    "name": "metalsmith-data-loader",
    "version": "1.9.0",
    "description": "Metalsmith plugin to load data from files directly into your metadata.",
    "tags": [
        "metalsmith",
        "plugin",
        "data",
        "metadata",
        "load",
        "file"
    ],
    "main": "lib/index.js",
    "scripts": {
        "clean": "rm -rf coverage node_modules/ package-lock.json",
        "readme": "cp README.pre README.md && jsdoc2md --no-cache -f 'lib/**/*' --global-index-format grouped --property-list-format list --param-list-format list >> README.md && cat README.post >> README.md",
        "reinstall": "npm run clean && npm install",
        "test": "jasmine",
        "watch": "nodemon --exec jasmine"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/tests-always-included/metalsmith-data-loader.git"
    },
    "author": "Tyler Akins",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/tests-always-included/metalsmith-data-loader/issues"
    },
    "homepage": "https://github.com/tests-always-included/metalsmith-data-loader#readme",
    "dependencies": {
        "debug": "^4.4.3",
        "js-yaml": "^4.1.1",
        "metalsmith-plugin-kit": "^1.8.0"
    },
    "devDependencies": {
        "jasmine": "^6.1.0",
        "jsdoc-to-markdown": "^9.1.3",
        "metalsmith": "^2.7.0",
        "mock-require": "^3.0.3",
        "nodemon": "^3.1.14"
    }
}
