mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 01:46:27 -05:00
17 lines
408 B
JSON
17 lines
408 B
JSON
{
|
|
"name": "just-the-docs",
|
|
"version": "0.1.6",
|
|
"description": "A Jekyll theme for documentation",
|
|
"repository": "pmarsceill/just-the-docs",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/pmarsceill/just-the-docs/issues",
|
|
"devDependencies": {
|
|
"stylelint": "^7.13.0",
|
|
"stylelint-config-primer": "^2.2.11"
|
|
},
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'"
|
|
}
|
|
}
|