{
  "name": "@starptech/prettyhtml-sort-attributes",
  "version": "0.10.0",
  "description": "Sort attributes alphabetically",
  "main": "index.js",
  "scripts": {
    "test": "ava",
    "test-coverage": "nyc --reporter lcov ava"
  },
  "devDependencies": {
    "@starptech/prettyhtml-hastscript": "^0.10.0",
    "ava": "^2.1.0",
    "nyc": "^14.1.1",
    "rehype": "^8.0.0"
  },
  "dependencies": {
    "hast-util-has-property": "^1.0.3",
    "unist-util-visit": "^1.4.1"
  },
  "files": [
    "index.js"
  ],
  "nyc": {
    "check-coverage": true,
    "lines": 100,
    "functions": 100,
    "branches": 100
  },
  "keywords": [
    "prettyhtml",
    "rehype",
    "sort",
    "attributes"
  ],
  "author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c417941cf747a0c94abd2dd17eb468395195e752"
}
