-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 910 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
40
41
42
43
44
{
"name": "grunt-lesshint",
"description": "Lint lesscss files with grunt",
"version": "2.0.0",
"homepage": "https://github.com/lesshint/grunt-lesshint",
"author": {
"name": "Oskar Risberg",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/lesshint/grunt-lesshint.git"
},
"bugs": {
"url": "https://github.com/lesshint/grunt-lesshint/issues"
},
"license": "MIT",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"test": "grunt test",
"grunt": "grunt"
},
"devDependencies": {
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^5.0.0",
"spawn-sync": "^1.0.13"
},
"keywords": [
"gruntplugin",
"less",
"lesscss",
"lint",
"linter",
"linting"
],
"dependencies": {
"chalk": "^2.3.0",
"grunt": "^1.0.1",
"lesshint": "^4.6.4"
}
}