UNPKG

659 BJSONView Raw
1{
2 "name": "metalsmith-layouts",
3 "author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
4 "description": "A metalsmith plugin for layouts.",
5 "repository": "git://github.com/superwolff/metalsmith-layouts.git",
6 "version": "1.0.1",
7 "license": "MIT",
8 "main": "lib/index.js",
9 "scripts": {
10 "test": "make test"
11 },
12 "dependencies": {
13 "consolidate": "~0.10.0",
14 "async": "~0.2.10",
15 "debug": "~0.7.4",
16 "extend": "~1.2.1",
17 "multimatch": "^0.1.0",
18 "lodash.omit": "~2.4.1"
19 },
20 "devDependencies": {
21 "assert-dir-equal": "0.0.1",
22 "metalsmith": "^1.0.1",
23 "mocha": "1.x",
24 "swig": "~1.3.2"
25 }
26}