2016-05-25 18:02:12 +00:00
|
|
|
{
|
|
|
|
"name": "awesome-cryptography",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A curated list of cryptography resources and links.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2017-08-06 22:36:58 +00:00
|
|
|
"test": "remark README.md CONTRIBUTING.md -f"
|
2016-05-25 18:02:12 +00: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": {
|
2020-07-20 07:25:32 +00:00
|
|
|
"remark": "^12.0.1",
|
2020-07-03 07:29:38 +00:00
|
|
|
"remark-cli": "^8.0.0",
|
2020-07-03 07:26:15 +00:00
|
|
|
"remark-lint": "^7.0.1",
|
2020-05-28 07:59:25 +00:00
|
|
|
"remark-lint-alphabetize-lists": "^3.0.0",
|
2019-07-16 14:42:22 +00:00
|
|
|
"remark-lint-are-links-valid-duplicate": "^0.2.2",
|
2020-07-03 07:26:25 +00:00
|
|
|
"remark-preset-lint-recommended": "^4.0.1"
|
2016-05-25 18:02:12 +00:00
|
|
|
},
|
|
|
|
"remarkConfig": {
|
2017-08-06 22:36:58 +00:00
|
|
|
"plugins": [
|
|
|
|
"remark-preset-lint-recommended",
|
|
|
|
[
|
|
|
|
"remark-lint-list-item-indent",
|
|
|
|
"space"
|
|
|
|
],
|
|
|
|
"remark-lint-alphabetize-lists",
|
2018-11-29 07:10:58 +00:00
|
|
|
"remark-lint-are-links-valid-duplicate"
|
2017-08-06 22:36:58 +00:00
|
|
|
],
|
2016-05-25 18:02:12 +00:00
|
|
|
"settings": {
|
|
|
|
"commonmark": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|