2016-05-25 14:02:12 -04:00
|
|
|
{
|
|
|
|
"name": "awesome-cryptography",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A curated list of cryptography resources and links.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2017-08-06 18:36:58 -04:00
|
|
|
"test": "remark README.md CONTRIBUTING.md -f"
|
2016-05-25 14:02:12 -04:00
|
|
|
},
|
|
|
|
"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": {
|
2023-09-19 02:09:26 -04:00
|
|
|
"remark": "^15.0.1",
|
2022-06-27 06:38:28 -04:00
|
|
|
"remark-cli": "^11.0.0",
|
2024-04-10 03:53:43 -04:00
|
|
|
"remark-lint": "^10.0.0",
|
2020-05-28 03:59:25 -04:00
|
|
|
"remark-lint-alphabetize-lists": "^3.0.0",
|
2019-07-16 10:42:22 -04:00
|
|
|
"remark-lint-are-links-valid-duplicate": "^0.2.2",
|
2023-05-17 03:54:57 -04:00
|
|
|
"remark-preset-lint-recommended": "^6.1.3"
|
2016-05-25 14:02:12 -04:00
|
|
|
},
|
|
|
|
"remarkConfig": {
|
2017-08-06 18:36:58 -04:00
|
|
|
"plugins": [
|
|
|
|
"remark-preset-lint-recommended",
|
|
|
|
[
|
|
|
|
"remark-lint-list-item-indent",
|
|
|
|
"space"
|
|
|
|
],
|
|
|
|
"remark-lint-alphabetize-lists",
|
2018-11-29 02:10:58 -05:00
|
|
|
"remark-lint-are-links-valid-duplicate"
|
2017-08-06 18:36:58 -04:00
|
|
|
],
|
2016-05-25 14:02:12 -04:00
|
|
|
"settings": {
|
|
|
|
"commonmark": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|