hashly
Version:
Renames static files with a hashcode for cache busting
59 lines (58 loc) • 1.19 kB
JSON
{
"name": "hashly",
"version": "0.6.0",
"description": "Renames static files with a hashcode for cache busting",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"image-size": "^0.5.0",
"md5": "^2.1.0",
"mime": "^1.2.11",
"minimatch": "~3.0.0",
"minimist": "1.2.0"
},
"devDependencies": {
"chai": "~3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-jsbeautifier": "~0.2.7",
"grunt-lineending": "~0.2.2",
"grunt-mocha-test": "~0.12.7",
"mocha": "~2.4.5",
"rewire": "~2.5.1"
},
"main": "./lib/hashly",
"bin": {
"hashly": "./bin/hashly"
},
"repository": {
"type": "git",
"url": "git://github.com/labaneilers/hashly.git"
},
"bugs": {
"url": "https://github.com/labaneilers/hashly/issues"
},
"keywords": [
"javascript",
"cache busting",
"static files",
"deployment",
"hashcode",
"CDN"
],
"author": {
"name": "Laban Eilers",
"email": "laban@eilers.com",
"url": "http://www.labaneilers.com"
},
"contributors": [
{
"name": "Laban Eilers"
}
],
"license": "Apache-2.0"
}