1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-14 21:08:19 -04:00
notes/package.json

17 lines
408 B
JSON
Raw Normal View History

2017-03-09 13:16:08 -05:00
{
"name": "just-the-docs",
2018-11-19 16:33:25 -05:00
"version": "0.2.0",
2017-03-09 13:16:08 -05:00
"description": "A Jekyll theme for documentation",
"repository": "pmarsceill/just-the-docs",
"license": "MIT",
"bugs": "https://github.com/pmarsceill/just-the-docs/issues",
"devDependencies": {
2018-11-15 16:18:19 -05:00
"stylelint": "^7.13.0",
"stylelint-config-primer": "^2.2.11"
2017-03-09 13:16:08 -05:00
},
2018-10-25 10:54:17 -04:00
"dependencies": {},
"scripts": {
"test": "stylelint '**/*.scss'"
}
2017-03-09 13:16:08 -05:00
}