-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 832 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
35
36
37
38
39
{
"name": "coffeelint-no-chai-getters",
"version": "0.0.4",
"description": "Checks for the use of getters in chaijs matchers",
"main": "index.js",
"keywords": [
"coffeelint",
"coffeelintrule",
"coffee-lint",
"newline",
"rule"
],
"author": {
"name": "Rob Sami",
"email": "robert.sami@gmail.com"
},
"licenses": [
{
"type": "MIT"
}
],
"bugs": {
"url": "https://github.com/robertsami/coffeelint-no-chai-getters/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/robertsami/coffeelint-no-chai-getters",
"repository": {
"type": "git",
"url": "https://github.com/robertsami/coffeelint-no-chai-getters"
},
"peerDependencies": {
"coffeelint": ">=1.4"
},
"devDependencies": {
"coffee-script": "~1.7.0"
}
}