UNPKG

grunt-inlinestyles

Version:
40 lines (39 loc) 922 B
{ "name": "grunt-inlinestyles", "version": "0.0.1", "description": "Inline critical CSS into the HTML header", "repository": { "type": "git", "url": "git://github.com/SonniesEdge/grunt-inlinestyles.git" }, "author": { "name": "Charlie Owen", "email": "sonniesedge@gmail.com", "url": "https://sonniesedge.co.uk" }, "keywords": [ "gruntplugin", "css", "html", "criticalcss", "inlinecss" ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "license": "MIT", "dependencies": { "cheerio": "^0.17.0", "clean-css": "^2.2.16", "grunt": "~0.4.2", "load-grunt-tasks": "~0.3.0", "uglifyjs": "^2.3.6", "url": "^0.10.1" }, "devDependencies": { "grunt-contrib-clean": "~0.5.0", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-nodeunit": "~0.3.0", "jshint-stylish": "~0.1.5" }, "scripts": { "test": "grunt test" } }