repo.or.cz
/
CppCoreGuidelines.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #680 from tkruse/fix-style
[CppCoreGuidelines.git]
/
scripts
/
nodejs
/
package.json
blob
2b728e89e1aa8668373076e8a56886e42785090a
1
{
2
"name": "CppCoreGuidelinesCheck",
3
"version": "0.0.0",
4
"description": "CppCoreGuidelines Check",
5
"private": true,
6
"dependencies": {
7
"remark": "^4.2.0",
8
"remark-lint": "^3.2.0",
9
"remark-lint-sentence-newline": "^2.0.0",
10
"remark-validate-links": "^3.0.0"
11
}
12
}