-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "coffeelint-callback-handle-error",
"version": "1.0.3",
"description": "Coffeelint rule finds instances of error objects passed through a callback not being handled",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/srgraham/coffeelint-callback-handle-error.git"
},
"keywords": [
"coffeelint",
"coffeelintrule",
"coffeelint-rule",
"coffee-lint",
"callback",
"handle",
"error"
],
"author": "Scott Graham",
"license": "MIT",
"bugs": {
"url": "https://github.com/srgraham/coffeelint-callback-handle-error/issues"
},
"homepage": "https://github.com/srgraham/coffeelint-callback-handle-error",
"dependencies": {
"coffee-script": "^1.12.6"
},
"devDependencies": {
"chai": "^3.5.0"
}
}