UNPKG

makestatic-emit-gzip

Version:

Emits static gzip files

39 lines (38 loc) 802 B
{ "name": "makestatic-emit-gzip", "version": "1.0.30", "description": "Emits static gzip files", "author": "muji <noop@xpm.io>", "license": "MIT", "homepage": "https://makestatic.ws", "engines": { "node": " >= 6.1.x" }, "repository": { "type": "git", "url": "https://github.com/makestatic/compiler" }, "keywords": [ "makestatic", "makestatic-plugin", "emit", "gzip" ], "files": [ "README.md", "index.js" ], "dependencies": { "when": "^3.7.7" }, "devDependencies": { "chai": "~3.5.0", "istanbul": "~0.4.4", "makestatic-core": "^1.0.82", "makestatic-resolve-file": "^1.0.24", "makestatic-sources-loader": "^1.0.23", "makestatic-write-file": "^1.0.24", "mocha": "~3.2.0", "standard": "^8.6.0" } }