UNPKG

coffeelint

Version:
50 lines 1.32 kB
{ "name": "coffeelint", "description": "Lint your CoffeeScript", "version": "2.1.0", "homepage": "http://www.coffeelint.org", "keywords": [ "lint", "coffeescript", "coffee-script" ], "author": "Matthew Perpick <clutchski@gmail.com>", "main": "./lib/coffeelint.js", "engines": { "npm": ">=1.3.7", "node": ">=6.9.1" }, "repository": { "type": "git", "url": "git://github.com/clutchski/coffeelint.git" }, "bin": { "coffeelint": "./bin/coffeelint" }, "dependencies": { "coffeescript": "^2.1.0", "glob": "^7.0.6", "ignore": "^3.0.9", "optimist": "^0.6.1", "resolve": "^0.6.3", "strip-json-comments": "^1.0.2" }, "devDependencies": { "vows": ">=0.8.1", "underscore": ">=1.4.4" }, "license": "MIT", "scripts": { "pretest": "cake compile", "test": "./vowsrunner.js --spec test/*.coffee test/*.litcoffee", "testrule": "npm run compile && ./vowsrunner.js --spec", "posttest": "npm run lint", "prepublish": "cake prepublish", "postpublish": "cake postpublish", "publish": "cake publish", "lint": "cake compile && ./bin/coffeelint .", "lint-csv": "cake compile && ./bin/coffeelint --csv .", "lint-jslint": "cake compile && ./bin/coffeelint --jslint .", "compile": "cake compile" } }