posthtml-hashmanifest
Version:
PostHTML plugin for rewriting static asset paths given a hash manifest
39 lines (38 loc) • 922 B
JSON
{
"name": "posthtml-hashmanifest",
"version": "0.1.3",
"description": "PostHTML plugin for rewriting static asset paths given a hash manifest",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"fmt": "prettier --write {,**/}*.js **/*.md **/*.json",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinkhominid/posthtml-hashmanifest.git"
},
"keywords": [
"posthtml",
"hashmanifest",
"hash",
"manifest",
"replace",
"paths",
"assets",
"cache",
"cache-bust"
],
"author": "pinkhominid <pinkhominid@birdbomb.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pinkhominid/posthtml-hashmanifest/issues"
},
"homepage": "https://github.com/pinkhominid/posthtml-hashmanifest#readme",
"devDependencies": {
"posthtml": "^0.12.0",
"prettier": "^2.0.2"
}
}