2014-02-04 21:47:35 -08:00
|
|
|
{
|
2014-11-18 12:48:12 +01:00
|
|
|
"name": "metalsmith-layouts",
|
2014-11-23 16:32:42 +01:00
|
|
|
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
|
2014-11-18 12:48:12 +01:00
|
|
|
"description": "A metalsmith plugin for layouts.",
|
2014-11-23 16:32:42 +01:00
|
|
|
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
|
2016-05-03 17:29:41 +02:00
|
|
|
"version": "1.6.5",
|
2014-02-04 21:47:35 -08:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/index.js",
|
2014-10-01 21:24:01 -06:00
|
|
|
"scripts": {
|
2016-02-14 14:47:53 +01:00
|
|
|
"test": "mocha --reporter spec"
|
2014-10-01 21:24:01 -06:00
|
|
|
},
|
2014-02-04 21:47:35 -08:00
|
|
|
"dependencies": {
|
2015-07-19 20:02:50 +02:00
|
|
|
"async": "^1.3.0",
|
2016-01-27 21:16:26 +01:00
|
|
|
"consolidate": "^0.14.0",
|
2015-07-19 20:02:50 +02:00
|
|
|
"debug": "^2.2.0",
|
|
|
|
"extend": "^3.0.0",
|
2015-10-17 10:20:32 +02:00
|
|
|
"fs-readdir-recursive": "^1.0.0",
|
2015-07-25 11:58:40 +02:00
|
|
|
"is-utf8": "^0.2.0",
|
2016-01-27 21:44:55 +01:00
|
|
|
"lodash.omit": "^4.0.2",
|
2015-07-19 20:02:50 +02:00
|
|
|
"multimatch": "^2.0.0"
|
2014-02-04 21:47:35 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-07-19 20:02:50 +02:00
|
|
|
"assert-dir-equal": "^1.0.1",
|
2015-09-19 12:54:34 +02:00
|
|
|
"handlebars": "^4.0.2",
|
2015-07-19 20:02:50 +02:00
|
|
|
"metalsmith": "^2.0.1",
|
|
|
|
"mocha": "^2.2.5",
|
|
|
|
"swig": "^1.4.2"
|
2014-02-04 21:47:35 -08:00
|
|
|
}
|
2014-03-08 19:56:18 -08:00
|
|
|
}
|