2017-03-09 13:16:08 -05:00
|
|
|
{
|
|
|
|
"name": "just-the-docs",
|
2019-02-02 14:59:34 -05:00
|
|
|
"version": "0.2.3",
|
|
|
|
"description": "A modern Jekyll theme for documentation",
|
2017-03-09 13:16:08 -05:00
|
|
|
"repository": "pmarsceill/just-the-docs",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": "https://github.com/pmarsceill/just-the-docs/issues",
|
|
|
|
"devDependencies": {
|
2019-01-23 14:07:26 -05:00
|
|
|
"stylelint": "^9.10.1",
|
2018-11-30 05:25:20 -05:00
|
|
|
"stylelint-config-primer": "^3.0.1"
|
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
|
|
|
}
|