Skip to content
Snippets Groups Projects
package.json 414 B
{
  "name": "just-the-docs",
  "version": "0.2.3",
  "description": "A modern Jekyll theme for documentation",
  "repository": "pmarsceill/just-the-docs",
  "license": "MIT",
  "bugs": "https://github.com/pmarsceill/just-the-docs/issues",
  "devDependencies": {
    "stylelint": "^9.10.1",
    "stylelint-config-primer": "^6.0.0"
  },
  "dependencies": {},
  "scripts": {
    "test": "stylelint '**/*.scss'"
  }
}