Website/node_modules/metalsmith-assets/package.json

86 lines
2 KiB
JSON

{
"_args": [
[
"metalsmith-assets",
"/Users/okennedy/Desktop/Website"
]
],
"_from": "metalsmith-assets@*",
"_id": "metalsmith-assets@0.1.0",
"_inCache": true,
"_installable": true,
"_location": "/metalsmith-assets",
"_npmUser": {
"email": "trey.griffith@gmail.com",
"name": "treygriffith"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"name": "metalsmith-assets",
"raw": "metalsmith-assets",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/metalsmith-assets/-/metalsmith-assets-0.1.0.tgz",
"_shasum": "c838d483f09723ede8387449c6bfda9b3da3cc40",
"_shrinkwrap": null,
"_spec": "metalsmith-assets",
"_where": "/Users/okennedy/Desktop/Website",
"author": {
"email": "trey@tgriff3.com",
"name": "Trey Griffith"
},
"bugs": {
"url": "https://github.com/treygriffith/metalsmith-assets/issues"
},
"dependencies": {
"async": "^0.7.0",
"debug": "^0.8.1",
"merge": "^1.1.3",
"recursive-readdir": "^1.0.0",
"stat-mode": "^0.2.0"
},
"description": "Include static assets in your Metalsmith build",
"devDependencies": {
"assert-dir-equal": "0.x",
"metalsmith": "1.x",
"mocha": "1.x"
},
"directories": {},
"dist": {
"shasum": "c838d483f09723ede8387449c6bfda9b3da3cc40",
"tarball": "http://registry.npmjs.org/metalsmith-assets/-/metalsmith-assets-0.1.0.tgz"
},
"gitHead": "e925b241cacac336330f6434769a6548a2ae6207",
"homepage": "https://github.com/treygriffith/metalsmith-assets",
"keywords": [
"assets",
"metalsmith",
"static"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "treygriffith",
"email": "trey.griffith@gmail.com"
}
],
"name": "metalsmith-assets",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/treygriffith/metalsmith-assets"
},
"scripts": {
"test": "make test"
},
"version": "0.1.0"
}