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