You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
awesome-cryptography/package.json

47 lines
1.1 KiB
JSON

{
"name": "awesome-cryptography",
"version": "1.0.0",
"description": "A curated list of cryptography resources and links.",
"main": "index.js",
"scripts": {
"test": "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": "^15.0.1",
"remark-cli": "^11.0.0",
"remark-lint": "^10.0.0",
"remark-lint-alphabetize-lists": "^3.0.0",
"remark-lint-are-links-valid-duplicate": "^0.2.2",
"remark-preset-lint-recommended": "^6.1.3"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended",
[
"remark-lint-list-item-indent",
"space"
],
"remark-lint-alphabetize-lists",
"remark-lint-are-links-valid-duplicate"
],
"settings": {
"commonmark": true
}
}
}