1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-03 06:00:41 +00:00
notes/package.json
2019-02-02 11:59:34 -08:00

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'"
}
}