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

91 lines
2.3 KiB
JSON

{
"_args": [
[
"metalsmith-in-place",
"/Users/okennedy/Desktop/Website"
]
],
"_from": "metalsmith-in-place@*",
"_id": "metalsmith-in-place@1.3.2",
"_inCache": true,
"_installable": true,
"_location": "/metalsmith-in-place",
"_nodeVersion": "0.12.2",
"_npmUser": {
"email": "superwolff@superwolff.nl",
"name": "superwolff"
},
"_npmVersion": "2.7.4",
"_phantomChildren": {
"ms": "0.7.1"
},
"_requested": {
"name": "metalsmith-in-place",
"raw": "metalsmith-in-place",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/metalsmith-in-place/-/metalsmith-in-place-1.3.2.tgz",
"_shasum": "7b598ddb15969177491ec71f230805982996d15f",
"_shrinkwrap": null,
"_spec": "metalsmith-in-place",
"_where": "/Users/okennedy/Desktop/Website",
"author": {
"email": "superwolff@superwolff.nl",
"name": "superwolff",
"url": "http://superwolff.nl/"
},
"bugs": {
"url": "https://github.com/superwolff/metalsmith-in-place/issues"
},
"dependencies": {
"async": "^1.4.2",
"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 in-place templating.",
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"eslint": "^1.5.1",
"handlebars": "^4.0.3",
"metalsmith": "^2.1.0",
"mocha": "^2.3.3",
"swig": "^1.4.2"
},
"directories": {},
"dist": {
"shasum": "7b598ddb15969177491ec71f230805982996d15f",
"tarball": "http://registry.npmjs.org/metalsmith-in-place/-/metalsmith-in-place-1.3.2.tgz"
},
"gitHead": "8d3db68322ee68ca2a8c31c4733ca95e604a499b",
"homepage": "https://github.com/superwolff/metalsmith-in-place",
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "superwolff",
"email": "superwolff@superwolff.nl"
}
],
"name": "metalsmith-in-place",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/superwolff/metalsmith-in-place.git"
},
"scripts": {
"test": "make test"
},
"version": "1.3.2"
}