metalsmith-layouts/package.json
2014-11-23 16:32:42 +01:00

26 lines
659 B
JSON

{
"name": "metalsmith-layouts",
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
"description": "A metalsmith plugin for layouts.",
"repository": "git://github.com/superwolff/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"
}
}