UNPKG

grunt-uniator

Version:

Combine style-tags and CSS-files linked by HTML-file into one or several files or style-tags

55 lines (54 loc) 1.21 kB
{ "name": "grunt-uniator", "description": "Combine style-tags and CSS-files linked by HTML-file into one or several files or style-tags", "version": "0.1.0", "homepage": "https://github.com/gamtiq/grunt-uniator", "author": { "name": "Denis Sikuler" }, "repository": { "type": "git", "url": "git://github.com/gamtiq/grunt-uniator.git" }, "bugs": { "url": "https://github.com/gamtiq/grunt-uniator/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/gamtiq/grunt-uniator/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt-contrib-jshint": "1.0.x", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-nodeunit": "1.0.x", "grunt": "~0.4.2", "grunt-contrib-copy": "~0.5.0", "grunt-push-release": "~0.1.9" }, "peerDependencies": { "grunt": ">=0.4.0" }, "keywords": [ "gruntplugin", "combine", "collect", "gather", "join", "unite", "style", "link", "css", "file" ], "dependencies": { "uniator": "~0.0.3" } }