stratic-date-in-path
Version:
Make a Vinyl file's path include the date based on Stratic metadata
28 lines (27 loc) • 704 B
JSON
{
"name": "stratic-date-in-path",
"version": "4.0.0",
"description": "Make a Vinyl file's path include the date based on Stratic metadata",
"main": "index.js",
"dependencies": {
"moment": "^2.18.1",
"through2": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/strugee/stratic-date-in-path.git"
},
"keywords": [
"stratic",
"gulpplugin"
],
"author": "Alex Jordan <alex@strugee.net>",
"license": "LGPL-3.0+",
"bugs": {
"url": "https://github.com/strugee/stratic-date-in-path/issues"
},
"homepage": "https://github.com/strugee/stratic-date-in-path"
}