1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-05 23:30:56 +00:00
notes/package.json

17 lines
414 B
JSON
Raw Normal View History

2017-03-09 18:16:08 +00:00
{
"name": "just-the-docs",
2019-02-28 06:29:06 +00:00
"version": "0.2.4",
2019-02-02 19:59:34 +00:00
"description": "A modern Jekyll theme for documentation",
2017-03-09 18:16:08 +00:00
"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"
2017-03-09 18:16:08 +00:00
},
2018-10-25 14:54:17 +00:00
"dependencies": {},
"scripts": {
"test": "stylelint '**/*.scss'"
}
2017-03-09 18:16:08 +00:00
}