@mischback/buster
Version:
buster is a tool to support cache busting for static assets of a website.
33 lines (32 loc) • 748 B
JSON
{
"name": "@mischback/buster",
"description": "buster is a tool to support cache busting for static assets of a website.",
"version": "0.0.1-alpha-2",
"main": "dist/index.js",
"bin": {
"buster": "dist/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mischback/buster.git"
},
"keywords": [
"cachebuster",
"cachebusting",
"cache busting",
"cache",
"busting",
"static assets"
],
"author": "Mischback",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mischback/buster/issues"
},
"homepage": "https://github.com/Mischback/buster#readme",
"dependencies": {
"@mischback/fileobject-walker": "1.0.0",
"stdio": "2.1.1",
"tslog": "3.3.4"
}
}