-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
54 lines (54 loc) · 1.21 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "grunt-coffeelint",
"description": "Lint your Coffee",
"version": "0.0.16",
"homepage": "https://github.com/vojtajina/grunt-coffeelint",
"author": {
"name": "Vojta Jína",
"email": "[email protected]"
},
"contributors": [
"Christoph Neuroth <[email protected]>",
"Ed Siok <[email protected]>",
"travis4all <[email protected]>",
"Adam Biggs <[email protected]>",
"Jan Raasch <[email protected]>"
],
"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"
]
}