metalsmith-assets
Version:
Include static assets in your Metalsmith build
41 lines (40 loc) • 909 B
JSON
{
"name": "metalsmith-assets",
"version": "0.1.0",
"description": "Include static assets in your Metalsmith build",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"merge": "^1.1.3",
"recursive-readdir": "^1.0.0",
"stat-mode": "^0.2.0",
"debug": "^0.8.1",
"async": "^0.7.0"
},
"devDependencies": {
"mocha": "1.x",
"metalsmith": "1.x",
"assert-dir-equal": "0.x"
},
"repository": {
"type": "git",
"url": "https://github.com/treygriffith/metalsmith-assets"
},
"keywords": [
"metalsmith",
"static",
"assets"
],
"author": {
"name": "Trey Griffith",
"email": "trey@tgriff3.com",
"website": "http://tgriff3.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/treygriffith/metalsmith-assets/issues"
},
"homepage": "https://github.com/treygriffith/metalsmith-assets"
}