UNPKG

stantz

Version:

I ain't afraid of no cache... I add a query string hash to the end of the file url to cachebust it

25 lines (24 loc) 612 B
{ "name": "stantz", "version": "0.0.1", "description": "I ain't afraid of no cache... I add a query string hash to the end of the file url to cachebust it", "main": "bin/index.js", "bin": { "stantz": "./bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "CLI", "cachebusting" ], "author": "@bluegg <dev@bluegg.co.uk> (https://bluegg.co.uk)", "homepage": "https://github.com/bluegg/stantz#readme", "repository": "github:bluegg/stantz", "license": "MIT", "dependencies": { "g": "^2.0.1", "yargs": "^13.2.4" } }