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": {
|
2021-12-27 15:37:57 +03:00
|
|
|
"remark": "^14.0.2",
|
2021-12-27 16:08:56 +03:00
|
|
|
"remark-cli": "^10.0.1",
|
2021-12-27 15:56:54 +03:00
|
|
|
"remark-lint": "^9.1.1",
|
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",
|
2021-12-27 16:06:18 +03:00
|
|
|
"remark-preset-lint-recommended": "^6.1.2"
|
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
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|