UNPKG

grunt-parker

Version:

Grunt plugin for parker, a stylesheet analysis tool.

66 lines (65 loc) 1.35 kB
{ "name": "grunt-parker", "version": "0.2.0", "description": "Grunt plugin for parker, a stylesheet analysis tool.", "keywords": [ "gruntplugin", "parker", "stylesheet", "analysis", "css" ], "homepage": "https://github.com/leny/grunt-parker", "author": { "name": "leny", "email": "info@flatland.be", "url": "http://leny.me" }, "contributors": [ { "name": "Oliver Farrell", "url": "http://oliverjfarrell.co.uk" }, { "name": "Tane Morgan", "url": "https://github.com/tanem" }, { "name": "Lars Olesen", "url": "https://github.com/lsolesen" }, { "name": "Jason Weir", "url": "https://github.com/Gidgidonihah" } ], "repository": { "type": "git", "url": "git://github.com/leny/grunt-parker.git" }, "bugs": { "url": "https://github.com/leny/grunt-parker/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/leny/grunt-parker/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "^1.0.1", "grunt-coffeelint": "0.0.15", "grunt-contrib-coffee": "^1.0.0", "matchdep": "^1.0.1" }, "dependencies": { "chalk": "^1.1.3", "parker": "0.0.10" } }