UNPKG

grunt-penthouse

Version:

Grunt plugin for extracting critical path css

64 lines (63 loc) 1.4 kB
{ "name": "grunt-penthouse", "description": "Grunt plugin for extracting critical path css", "version": "1.0.0", "homepage": "https://github.com/fatso83/grunt-penthouse", "author": { "name": "Carl-Erik Kopseng", "email": "carlerik@gmail.com", "url": "http://github.com/fatso83" }, "scripts": { "lint": "grunt jshint", "test": "grunt test" }, "pre-commit": [ "lint", "test" ], "repository": { "type": "git", "url": "git://github.com/fatso83/grunt-penthouse.git" }, "bugs": { "url": "https://github.com/fatso83/grunt-penthouse/issues" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/fatso83/grunt-penthouse/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 6.0" }, "dependencies": { "penthouse": ">= 1.0.0" }, "devDependencies": { "chai": "^3.5.0", "express": "*", "grunt": "^1.0.2", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-connect": "^1.0.2", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-watch": "^1.0.0", "grunt-mocha-test": "^0.13.2", "load-grunt-tasks": "^3.5.2", "mocha": "^3.2.0", "pre-commit": "^1.2.2" }, "peerDependencies": { "grunt": ">=0.4.0" }, "keywords": [ "gruntplugin", "penthouse", "critical path css", "tools", "css" ] }