-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "lesshint-lint-xml-reporter",
"description": "A lesshint's reporter using the same lint-xml format that CSSLint. Can be used by Jenkins.",
"version": "1.0.1",
"main": "./src/reporter.js",
"homepage": "https://github.com/llaumgui/lesshint-lint-xml-reporter",
"author": {
"name": "Guillaume Kulakowski",
"url": "http://blog.kulakowski.fr/"
},
"repository": {
"type": "git",
"url": "https://github.com/llaumgui/lesshint-lint-xml-reporter.git"
},
"keywords": [
"less",
"lint",
"hint",
"lesshint",
"reporter"
],
"devDependencies": {
"coffeescript": "latest",
"grunt": "latest",
"grunt-coffeelint": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-compress": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-uglify": "latest",
"grunt-eslint": "latest",
"grunt-jsonlint": "latest"
},
"scripts": {
"test": "grunt test --verbose",
"build": "grunt build --verbose",
"release": "grunt release --verbose"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/llaumgui/lesshint-lint-xml-reporter/issues"
}
}