1
0
mirror of https://github.com/thangisme/notes.git synced 2024-10-16 17:23:48 -04:00
notes/package.json
2019-02-28 08:29:06 +02:00

17 lines
414 B
JSON

{
"name": "just-the-docs",
"version": "0.2.4",
"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'"
}
}