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.
CppCoreGuidelines/scripts/nodejs/package.json

13 lines
314 B
JSON

10 years ago
{
"name": "CppCoreGuidelinesCheck",
"version": "0.0.0",
"description": "CppCoreGuidelines Check",
"private": true,
"dependencies": {
"remark": "^4.2.2",
"remark-lint": "^4.0.2",
"remark-lint-sentence-newline": "^2.0.0",
"remark-validate-links": "^4.1.0"
}
10 years ago
}