Website/node_modules/metalsmith-layouts/package.json
2015-12-02 18:21:44 -05:00

91 lines
2.2 KiB
JSON

{
"_args": [
[
"metalsmith-layouts",
"/Users/okennedy/Desktop/Website"
]
],
"_from": "metalsmith-layouts@*",
"_id": "metalsmith-layouts@1.4.2",
"_inCache": true,
"_installable": true,
"_location": "/metalsmith-layouts",
"_nodeVersion": "0.12.2",
"_npmUser": {
"email": "superwolff@superwolff.nl",
"name": "superwolff"
},
"_npmVersion": "2.7.4",
"_phantomChildren": {
"ms": "0.7.1"
},
"_requested": {
"name": "metalsmith-layouts",
"raw": "metalsmith-layouts",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/metalsmith-layouts/-/metalsmith-layouts-1.4.2.tgz",
"_shasum": "1efd925aa50c4f67100b19c173ceafcc1daf1f6a",
"_shrinkwrap": null,
"_spec": "metalsmith-layouts",
"_where": "/Users/okennedy/Desktop/Website",
"author": {
"email": "superwolff@superwolff.nl",
"name": "superwolff",
"url": "http://superwolff.nl/"
},
"bugs": {
"url": "https://github.com/superwolff/metalsmith-layouts/issues"
},
"dependencies": {
"async": "^1.3.0",
"consolidate": "^0.13.1",
"debug": "^2.2.0",
"extend": "^3.0.0",
"fs-readdir-recursive": "^1.0.0",
"is-utf8": "^0.2.0",
"lodash.omit": "^3.1.0",
"multimatch": "^2.0.0"
},
"description": "A metalsmith plugin for layouts.",
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"eslint": "^1.0.0",
"handlebars": "^4.0.2",
"metalsmith": "^2.0.1",
"mocha": "^2.2.5",
"swig": "^1.4.2"
},
"directories": {},
"dist": {
"shasum": "1efd925aa50c4f67100b19c173ceafcc1daf1f6a",
"tarball": "http://registry.npmjs.org/metalsmith-layouts/-/metalsmith-layouts-1.4.2.tgz"
},
"gitHead": "b5e57b91c089c739bbd859b4db93b1028f3b66cf",
"homepage": "https://github.com/superwolff/metalsmith-layouts",
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "superwolff",
"email": "superwolff@superwolff.nl"
}
],
"name": "metalsmith-layouts",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/superwolff/metalsmith-layouts.git"
},
"scripts": {
"test": "make test"
},
"version": "1.4.2"
}