awesome-cryptography/package.json
dependabot-preview[bot] 5543471c5e
Bump remark from 11.0.2 to 12.0.0 (#106)
Bumps [remark](https://github.com/remarkjs/remark) from 11.0.2 to 12.0.0.
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/master/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/11.0.2...12.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-31 09:42:09 +03:00

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": "^12.0.0",
"remark-cli": "^6.0.1",
"remark-lint": "^6.0.6",
"remark-lint-alphabetize-lists": "^2.0.1",
"remark-lint-are-links-valid-duplicate": "^0.2.2",
"remark-preset-lint-recommended": "^3.0.4"
},
"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
}
}
}