grunt-dactylographsy
Version:
A grunt plugin to fingerprint your assets while outputing the result.
54 lines (53 loc) • 1.19 kB
JSON
{
"name": "grunt-dactylographsy",
"version": "2.0.3",
"description": "A grunt plugin to fingerprint your assets while outputing the result.",
"scripts": {
"test": "grunt ci-test"
},
"repository": {
"type": "git",
"url": "https://github.com/dactylographsy/grunt-dactylographsy.git"
},
"engineStrict": true,
"engines": {
"node": ">= 4"
},
"keywords": [
"grunt",
"npm",
"asset",
"size",
"plugin"
],
"author": "Tobias Deekens <nerd@tdeekens.name> (http://tdeekens.name)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dactylographsy/grunt-dactylographsy/issues"
},
"homepage": "https://github.com/dactylographsy/grunt-dactylographsy",
"dependencies": {
"node-dactylographsy": "2.0.4"
},
"devDependencies": {
"babel-eslint": "7.2.1",
"eslint": "3.18.0",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-eslint": "19.0.0",
"load-grunt-config": "0.19.2",
"object-assign": "^4.0.1",
"time-grunt": "1.4.0"
},
"peerDependencies": {
"grunt": ">=0.4.0",
"grunt-cli": ">=0.1.13"
},
"config": {
"blanket": {
"pattern": [
"tasks"
]
}
}
}