gulp-pathmap
Version:
Rename files with pathmap. Think of it like `sprintf` for paths.
31 lines (30 loc) • 609 B
JSON
{
"name": "gulp-pathmap",
"version": "0.1.0",
"description": "Rename files with pathmap. Think of it like `sprintf` for paths.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": "https://github.com/jeremyruppel/gulp-pathmap",
"keywords": [
"gulpplugin",
"gulp-plugin",
"pathmap",
"rename",
"filename",
"basename",
"extname",
"dirname"
],
"author": "Jeremy Ruppel",
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.6",
"mocha": "^1.20.1"
},
"dependencies": {
"map-stream": "^0.1.0",
"pathmap": "^1.1.1"
}
}