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

120 lines
2.7 KiB
JSON

{
"_args": [
[
"metalsmith",
"/Users/okennedy/Desktop/Website"
]
],
"_from": "metalsmith@*",
"_id": "metalsmith@2.1.0",
"_inCache": true,
"_installable": true,
"_location": "/metalsmith",
"_nodeVersion": "4.0.0",
"_npmUser": {
"email": "ian@ianstormtaylor.com",
"name": "ianstormtaylor"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"name": "metalsmith",
"raw": "metalsmith",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/metalsmith/-/metalsmith-2.1.0.tgz",
"_shasum": "2d1781c13f4def7650f708f9342dd1052918a576",
"_shrinkwrap": null,
"_spec": "metalsmith",
"_where": "/Users/okennedy/Desktop/Website",
"bin": {
"_metalsmith": "bin/_metalsmith",
"metalsmith": "bin/metalsmith"
},
"bugs": {
"url": "https://github.com/segmentio/metalsmith/issues"
},
"dependencies": {
"absolute": "0.0.1",
"async": "~0.9.0",
"chalk": "^0.5.0",
"clone": "^0.1.11",
"co-fs-extra": "0.0.2",
"commander": "^2.6.0",
"fs-extra": "~0.10.0",
"gray-matter": "^2.0.0",
"has-generators": "^1.0.1",
"is": "^2.2.0",
"is-utf8": "~0.2.0",
"recursive-readdir": "^1.2.1",
"rimraf": "^2.2.8",
"stat-mode": "^0.2.0",
"thunkify": "^2.1.2",
"unyield": "0.0.1",
"ware": "^1.2.0",
"win-fork": "^1.1.1"
},
"description": "An extremely simple, pluggable static site generator.",
"devDependencies": {
"assert-dir-equal": "~1.0.1",
"co-mocha": "^1.0.1",
"metalsmith-drafts": "0.0.1",
"metalsmith-markdown": "0.2.1",
"mocha": "^2.2.5"
},
"directories": {},
"dist": {
"shasum": "2d1781c13f4def7650f708f9342dd1052918a576",
"tarball": "http://registry.npmjs.org/metalsmith/-/metalsmith-2.1.0.tgz"
},
"gitHead": "e1d6e93206e56a5a1394939da69d220db4c242bb",
"homepage": "https://github.com/segmentio/metalsmith",
"keywords": [
"blacksmith",
"blog",
"file",
"generator",
"jekyll",
"markdown",
"site",
"static",
"website",
"wintersmith"
],
"license": "MIT",
"maintainers": [
{
"name": "ianstormtaylor",
"email": "ian@ianstormtaylor.com"
},
{
"name": "segmentio",
"email": "team@segment.io"
},
{
"name": "segment",
"email": "tj@segment.io"
},
{
"name": "dominicbarnes",
"email": "dominic@dbarnes.info"
}
],
"name": "metalsmith",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/segmentio/metalsmith.git"
},
"scripts": {
"test": "make test"
},
"version": "2.1.0"
}