d11 theme
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.
 
 
 

37 lines
961 B

{
"name": "stylelint-no-browser-hacks",
"version": "1.3.0",
"description": "Stylelint plugin for stylehacks linting.",
"keywords": [
"no-browser-hacks",
"stylehacks",
"stylelint",
"stylelint-plugin"
],
"author": {
"name": "Filippo Tessarotto",
"email": "zoeslam@gmail.com",
"url": "https://github.com/Slamdunk/"
},
"license": "MIT",
"repository": "Slamdunk/stylelint-no-browser-hacks",
"bugs": {
"url": "https://github.com/Slamdunk/stylelint-no-browser-hacks/pulls"
},
"homepage": "https://github.com/Slamdunk/stylelint-no-browser-hacks",
"files": [
"lib/"
],
"dependencies": {
"stylehacks": "^2.3.2",
"stylelint": "^13.13.1"
},
"devDependencies": {
"eslint": "^8.56.0",
"stylelint-test-rule-ava": "^0.2.0"
},
"scripts": {
"lint": "eslint .",
"test": "ava"
}
}