-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "remark-preset-lint-dealerdirect",
"version": "0.1.3",
"description": "Remark preset to configure remark-lint to match our coding style guidelines",
"license": "MIT",
"keywords": [
"remark",
"preset",
"lint",
"markdown",
"md",
"dealerdirect"
],
"repository": "https://github.com/dealerdirect/remark-preset-lint-dealerdirect",
"bugs": "https://github.com/dealerdirect/remark-preset-lint-dealerdirect/issues",
"author": "Franck Nijhof <f.nijhof@dealerdirect.nl> (http://www.workingatdealerdirect.nl)",
"contributors": [
"Franck Nijhof <f.nijhof@dealerdirect.nl> (http://www.workingatdealerdirect.nl)"
],
"files": [
"index.js"
],
"dependencies": {
"remark-cli": "^2.1.0",
"remark-lint": "^5.2.0",
"remark-lint-books-links": "^1.0.0",
"remark-lint-no-empty-sections": "^1.0.0",
"remark-lint-no-url-trailing-slash": "^2.0.0"
}
}