mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2024-10-01 11:49:56 -04:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "awesome-cryptography",
|
|
"version": "1.0.0",
|
|
"description": "A curated list of cryptography resources and links.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/remark/bin/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": "^4.2.2",
|
|
"remark-lint": "^3.2.1",
|
|
"remark-lint-alphabetize-lists": "^1.0.4",
|
|
"remark-lint-are-links-valid": "^1.0.1",
|
|
"remark-lint-list-item-punctuation": "^2.0.1"
|
|
},
|
|
"remarkConfig": {
|
|
"plugins": {
|
|
"lint": {
|
|
"maximum-line-length": 350,
|
|
"list-item-indent": "space",
|
|
"no-tabs": null,
|
|
"list-item-spacing": false,
|
|
"external": [
|
|
"remark-lint-alphabetize-lists",
|
|
"remark-lint-are-links-valid",
|
|
"remark-lint-list-item-punctuation"
|
|
],
|
|
"are-links-valid": {
|
|
"allowDuplicates": false,
|
|
"whiteListDomains": [
|
|
"hackage.haskell.org"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"settings": {
|
|
"commonmark": true
|
|
}
|
|
}
|
|
}
|