{
    "name": "stylelint-selector-no-empty",
    "version": "1.0.9",
    "description": "stylelint plugin to disallow empty selectors",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": {
        "name": "Sivantarajan",
        "url": "https://github.com/ssivanatarajan/"
    },
    "bugs": {
        "url": "https://github.com/ssivanatarajan/stylelint-selector-no-empty/issues"
    },
    "license": "MIT",
    "peerDependencies": {
        "stylelint": "^14.9.1"
    },
    "homepage": "https://github.com/ssivanatarajan/stylelint-selector-no-empty#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ssivanatarajan/stylelint-selector-no-empty.git"
    },
    "keywords": [
        "stylelint",
        "stylelint-plugin",
        "css",
        "sass",
        "scss",
        "empty selectors"
    ]
}
