{
    "name": "bootstrap-avatar",
    "version": "1.3.1",
    "description": "Fixed-sized avatar CSS/SCSS for use with Bootstrap",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "npx sass scss/style.scss dist/avatar.css",
        "serve": "node serve.js",
        "prepare": "npm run build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/getmindspun/bootstrap-avatar.git"
    },
    "keywords": [
        "CSS",
        "SCSS",
        "Bootstrap"
    ],
    "author": "Mindspun",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/getmindspun/bootstrap-avatar/issues"
    },
    "homepage": "https://github.com/getmindspun/bootstrap-avatar#readme",
    "devDependencies": {
        "bootstrap": "^5.0.0-beta3",
        "express": "^4.17.1",
        "parseurl": "^1.3.3",
        "sass": "^1.30.0",
        "stylelint": "^13.12.0",
        "stylelint-config-standard": "^21.0.0",
        "stylelint-scss": "^3.19.0"
    },
    "dependencies": {},
    "stylelint": {
        "extends": "stylelint-config-standard",
        "plugins": ["stylelint-scss"],
        "rules": {
            "indentation": [
                4
            ],
            "at-rule-no-unknown": null,
            "scss/at-rule-no-unknown": true
        }
    }
}
