metalsmith-filenames
Version:
Metalsmith plugin to add filenames to entries
41 lines (40 loc) • 974 B
JSON
{
"name": "metalsmith-filenames",
"version": "1.0.0",
"description": "Metalsmith plugin to add filenames to entries",
"keywords": [
"metalsmith",
"metalsmith-plugin"
],
"author": "Maxime Thirouin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MoOx/metalsmith-filenames.git"
},
"homepage": "https://github.com/MoOx/metalsmith-filenames",
"bugs": {
"url": "https://github.com/MoOx/metalsmith-filenames/issues"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"dist"
],
"main": "dist/index.js",
"dependencies": {},
"devDependencies": {
"babel": "^5.1.13",
"babel-eslint": "^3.0.1",
"babel-tape-runner": "^1.1.0",
"eslint": "^0.20.0",
"metalsmith": "^1.7.0",
"tape": "^4.0.0"
},
"scripts": {
"lint": "eslint .",
"tape": "babel-tape-runner '__tests__/*.js'",
"test": "npm run lint && npm run tape",
"prepublish": "babel src --out-dir dist"
}
}