mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2024-10-01 11:49:56 -04:00
a1e24f479d
Bumps [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/4.0.1...remark-preset-lint-recommended@5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "awesome-cryptography",
|
|
"version": "1.0.0",
|
|
"description": "A curated list of cryptography resources and links.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "remark README.md CONTRIBUTING.md -f"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sobolevn/awesome-cryptography.git"
|
|
},
|
|
"keywords": [
|
|
"awesome-list",
|
|
"awesome",
|
|
"cryptography"
|
|
],
|
|
"author": "sobolevn",
|
|
"license": "CC-BY-1.0",
|
|
"bugs": {
|
|
"url": "https://github.com/sobolevn/awesome-cryptography/issues"
|
|
},
|
|
"homepage": "https://github.com/sobolevn/awesome-cryptography#readme",
|
|
"dependencies": {
|
|
"remark": "^13.0.0",
|
|
"remark-cli": "^9.0.0",
|
|
"remark-lint": "^8.0.0",
|
|
"remark-lint-alphabetize-lists": "^3.0.0",
|
|
"remark-lint-are-links-valid-duplicate": "^0.2.2",
|
|
"remark-preset-lint-recommended": "^5.0.0"
|
|
},
|
|
"remarkConfig": {
|
|
"plugins": [
|
|
"remark-preset-lint-recommended",
|
|
[
|
|
"remark-lint-list-item-indent",
|
|
"space"
|
|
],
|
|
"remark-lint-alphabetize-lists",
|
|
"remark-lint-are-links-valid-duplicate"
|
|
],
|
|
"settings": {
|
|
"commonmark": true
|
|
}
|
|
}
|
|
}
|