1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-05 22:20:52 +00:00
notes/package.json
2018-10-25 10:54:17 -04:00

18 lines
438 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": {},
"scripts": {
"test": "stylelint '**/*.scss'"
}
}