-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
62 lines (62 loc) · 1.24 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
55
56
57
58
59
60
61
62
{
"name": "grunt-lintspaces",
"description": "A Grunt task for checking spaces in files",
"version": "0.12.0",
"repository": {
"type": "git",
"url": "https://github.com/schorfES/grunt-lintspaces.git"
},
"author": "Norman Rusch (nrmnrsh / schorfES)",
"contributors": [
{
"name": "Norman Rusch",
"url": "https://github.com/schorfES"
},
{
"name": "Ben Briggs",
"url": "https://github.com/ben-eb"
},
{
"name": "yurks",
"url": "https://github.com/yurks"
}
],
"readmeFilename": "README.md",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt validate test"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-nodeunit": "^5.0.0",
"grunt-jscs": "^3.0.1"
},
"peerDependencies": {
"grunt": ">=1.0.0"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"junitwriter": "^0.4.1",
"lintspaces": "^0.12.0"
},
"keywords": [
"lintspaces",
"gruntplugin",
"validation",
"lint",
"spaces",
"trailingspaces",
"indent",
"indentation",
"newlines",
"eof",
"eol",
"editorconfig",
".editorconfig"
]
}