metalsmith-layouts/package.json

28 lines
687 B
JSON
Raw Normal View History

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",
2015-07-19 22:07:58 +02:00
"version": "1.1.0",
2014-02-04 21:47:35 -08:00
"license": "MIT",
"main": "lib/index.js",
2014-10-01 21:24:01 -06:00
"scripts": {
"test": "make test"
},
2014-02-04 21:47:35 -08:00
"dependencies": {
2015-07-19 20:02:50 +02:00
"async": "^1.3.0",
"consolidate": "^0.13.1",
"debug": "^2.2.0",
"extend": "^3.0.0",
"lodash.omit": "^3.1.0",
"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-07-25 11:22:36 +02:00
"eslint": "^0.24.1",
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
}