CppCoreGuidelines/scripts/nodejs/package.json

13 lines
314 B
JSON
Raw Normal View History

2016-04-09 16:54:33 +08:00
{
"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",
2016-08-23 17:04:01 +08:00
"remark-validate-links": "^4.1.0"
}
2016-04-09 16:54:33 +08:00
}