notes/package.json

17 lines
408 B
JSON
Raw Normal View History

2017-03-09 18:16:08 +00:00
{
"name": "just-the-docs",
2018-11-19 21:33:25 +00:00
"version": "0.2.0",
2017-03-09 18:16:08 +00: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 21:18:19 +00:00
"stylelint": "^7.13.0",
"stylelint-config-primer": "^2.2.11"
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
}