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

56 lines
1.4 KiB
JSON

{
"name": "awesome-cryptography",
"version": "1.0.0",
"description": "A curated list of cryptography resources and links.",
"main": "index.js",
"scripts": {
"test": "./node_modules/remark/bin/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": "^4.2.2",
"remark-lint": "^3.2.1",
"remark-lint-alphabetize-lists": "^1.0.4",
"remark-lint-are-links-valid": "^1.0.1",
"remark-lint-list-item-punctuation": "^2.0.1"
},
"remarkConfig": {
"plugins": {
"lint": {
"maximum-line-length": 350,
"list-item-indent": "space",
"no-tabs": null,
"list-item-spacing": false,
"external": [
"remark-lint-alphabetize-lists",
"remark-lint-are-links-valid",
"remark-lint-list-item-punctuation"
],
"are-links-valid": {
"allowDuplicates": false,
"whiteListDomains": [
"hackage.haskell.org"
]
}
}
},
"settings": {
"commonmark": true
}
}
}