UNPKG

coffeelint-multiple-callback

Version:

Coffeelint rule that checks for callbacks being called multiple times

33 lines (32 loc) 799 B
{ "name": "coffeelint-multiple-callback", "version": "0.0.7", "description": "Coffeelint rule that checks for callbacks being called multiple times", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/srgraham/coffeelint-multiple-callback.git" }, "keywords": [ "coffeelint", "coffeelintrule", "coffeelint-rule", "coffee-lint", "useless" ], "author": "Scott Graham", "license": "MIT", "bugs": { "url": "https://github.com/srgraham/coffeelint-multiple-callback/issues" }, "homepage": "https://github.com/srgraham/coffeelint-multiple-callback", "dependencies": { "async": "^2.0.0-rc.6", "chai": "^3.4.1", "coffee-script": "^1.10.0", "lodash": "^4.13.1" } }