mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 23:27:32 -04:00
15 lines
382 B
JSON
15 lines
382 B
JSON
|
{
|
||
|
"name": "just-the-docs",
|
||
|
"version": "0.1.0",
|
||
|
"description": "A Jekyll theme for documentation",
|
||
|
"repository": "pmarsceill/just-the-docs",
|
||
|
"license": "MIT",
|
||
|
"bugs": "https://github.com/pmarsceill/just-the-docs/issues",
|
||
|
"devDependencies": {
|
||
|
"normalize.scss": "^0.1.0",
|
||
|
"stylelint": "^7.9.0",
|
||
|
"stylelint-config-primer": "^1.4.0"
|
||
|
},
|
||
|
"dependencies": {}
|
||
|
}
|