{ "name": "metalsmith-layouts", "description": "A metalsmith plugin for layouts.", "repository": "git://github.com/ismay/metalsmith-layouts.git", "version": "1.0.0", "license": "MIT", "main": "lib/index.js", "scripts": { "test": "make test" }, "dependencies": { "consolidate": "~0.10.0", "async": "~0.2.10", "debug": "~0.7.4", "extend": "~1.2.1", "multimatch": "^0.1.0", "lodash.omit": "~2.4.1" }, "devDependencies": { "assert-dir-equal": "0.0.1", "metalsmith": "^1.0.1", "mocha": "1.x", "swig": "~1.3.2" } }