mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2024-10-01 11:49:56 -04:00
49 lines
1.2 KiB
JSON
49 lines
1.2 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": "^8.0.0",
|
|
"remark-cli": "^4.0.0",
|
|
"remark-lint": "^6.0.0",
|
|
"remark-lint-alphabetize-lists": "^2.0.0",
|
|
"remark-lint-are-links-valid-alive": "^0.2.1",
|
|
"remark-lint-are-links-valid-duplicate": "^0.2.1",
|
|
"remark-preset-lint-recommended": "^3.0.0"
|
|
},
|
|
"remarkConfig": {
|
|
"plugins": [
|
|
"remark-preset-lint-recommended",
|
|
[
|
|
"remark-lint-list-item-indent",
|
|
"space"
|
|
],
|
|
"remark-lint-alphabetize-lists",
|
|
"remark-lint-are-links-valid-duplicate",
|
|
"remark-lint-are-links-valid-alive"
|
|
],
|
|
"settings": {
|
|
"commonmark": true
|
|
}
|
|
}
|
|
}
|