1
0
mirror of https://github.com/thangisme/notes.git synced 2026-06-11 10:29:17 -04:00
Files
notes/package.json
2018-11-30 10:25:20 +00:00

17 lines
406 B
JSON

{
"name": "just-the-docs",
"version": "0.2.1",
"description": "A Jekyll theme for documentation",
"repository": "pmarsceill/just-the-docs",
"license": "MIT",
"bugs": "https://github.com/pmarsceill/just-the-docs/issues",
"devDependencies": {
"stylelint": "^9.9.0",
"stylelint-config-primer": "^3.0.1"
},
"dependencies": {},
"scripts": {
"test": "stylelint '**/*.scss'"
}
}