You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
819 B
33 lines
819 B
{ |
|
"name": "stylelint-checkstyle-formatter", |
|
"version": "0.1.2", |
|
"description": "Output Checkstyle XML reports of stylelint results", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "tape test.js" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/stylelint/stylelint-checkstyle-formatter.git" |
|
}, |
|
"keywords": [ |
|
"stylelint", |
|
"checkstyle", |
|
"formatter", |
|
"reporter", |
|
"report" |
|
], |
|
"author": "David Clark", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/stylelint/stylelint-checkstyle-formatter/issues" |
|
}, |
|
"homepage": "https://github.com/stylelint/stylelint-checkstyle-formatter#readme", |
|
"devDependencies": { |
|
"tape": "^4.9.1", |
|
"xml2js": "^0.4.15" |
|
}, |
|
"dependencies": { |
|
"lodash": "^4.17.10" |
|
} |
|
}
|
|
|