mirror of
https://github.com/thangisme/notes.git
synced 2024-11-06 20:57:16 -05:00
21 lines
500 B
JSON
21 lines
500 B
JSON
{
|
|
"name": "just-the-docs",
|
|
<<<<<<< HEAD
|
|
"version": "1.0.0",
|
|
=======
|
|
"version": "0.1.6",
|
|
>>>>>>> fa40528acd2425f15e41759b94014a792403eabb
|
|
"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'"
|
|
}
|
|
}
|