mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 07:06:41 -05:00
17 lines
414 B
JSON
17 lines
414 B
JSON
{
|
|
"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": "^3.0.1"
|
|
},
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'"
|
|
}
|
|
}
|