UNPKG

grunt-coffeelint

Version:
55 lines (54 loc) 1.29 kB
{ "name": "grunt-coffeelint", "description": "Lint your Coffee", "version": "0.0.16", "homepage": "https://github.com/vojtajina/grunt-coffeelint", "author": { "name": "Vojta Jína", "email": "vojta.jina@gmail.com" }, "contributors": [ "Christoph Neuroth <christoph.neuroth@gmail.com>", "Ed Siok <sioked@gmail.com>", "travis4all <travis4all@diamon.dz>", "Adam Biggs <email@adambig.gs>", "Jan Raasch <jan@janraasch.com>" ], "repository": { "type": "git", "url": "git://github.com/vojtajina/grunt-coffeelint.git" }, "bugs": { "url": "https://github.com/vojtajina/grunt-coffeelint/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/vojtajina/grunt-coffeelint/blob/master/LICENSE-" } ], "main": "Gruntfile.coffee", "engines": { "node": "*" }, "scripts": { "test": "grunt default" }, "peerDependencies": { "grunt": ">=0.4.0" }, "dependencies": { "coffeelint": "^1", "coffeelint-stylish": "~0.1.0" }, "devDependencies": { "grunt": "~0.4", "grunt-bump": "~0.0.7", "grunt-npm": "~0.0.2", "grunt-auto-release": "0.0.6", "coffeelint": "^1" }, "keywords": [ "gruntplugin" ] }