forked from mastercomfig/mastercomfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 3.36 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "mastercomfig-tools",
"version": "1.0.0",
"description": "mastercomfig JS tooling",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mastercomfig/mastercomfig.git"
},
"keywords": [
"tf2",
"team-fortress-2",
"team-fortress",
"source-engine"
],
"author": "mastercoms",
"license": "MIT",
"bugs": {
"url": "https://github.com/mastercomfig/mastercomfig/issues"
},
"homepage": "https://github.com/mastercomfig/mastercomfig#readme",
"devDependencies": {
"remark-cli": "^9.0.0",
"remark-lint": "^8.0.0",
"remark-lint-blockquote-indentation": "^2.0.1",
"remark-lint-checkbox-character-style": "^3.0.0",
"remark-lint-checkbox-content-indent": "^3.0.0",
"remark-lint-definition-spacing": "^2.0.1",
"remark-lint-emphasis-marker": "^2.0.1",
"remark-lint-fenced-code-flag": "^2.0.1",
"remark-lint-fenced-code-marker": "^2.0.1",
"remark-lint-file-extension": "^1.0.5",
"remark-lint-final-definition": "^2.1.0",
"remark-lint-final-newline": "^1.0.5",
"remark-lint-first-heading-level": "^2.0.1",
"remark-lint-hard-break-spaces": "^2.0.1",
"remark-lint-heading-increment": "^2.0.1",
"remark-lint-heading-style": "^2.0.1",
"remark-lint-linebreak-style": "^2.0.1",
"remark-lint-link-title-style": "^2.0.1",
"remark-lint-list-item-bullet-indent": "^3.0.0",
"remark-lint-list-item-content-indent": "^2.0.1",
"remark-lint-list-item-indent": "^2.0.1",
"remark-lint-list-item-spacing": "^3.0.0",
"remark-lint-no-auto-link-without-protocol": "^2.0.1",
"remark-lint-no-blockquote-without-marker": "^4.0.0",
"remark-lint-no-consecutive-blank-lines": "^3.0.0",
"remark-lint-no-duplicate-defined-urls": "^1.0.1",
"remark-lint-no-duplicate-definitions": "^2.0.1",
"remark-lint-no-duplicate-headings": "^2.0.1",
"remark-lint-no-emphasis-as-heading": "^2.0.1",
"remark-lint-no-empty-url": "^2.0.1",
"remark-lint-no-file-name-articles": "^1.0.5",
"remark-lint-no-file-name-consecutive-dashes": "^1.0.5",
"remark-lint-no-file-name-mixed-case": "^1.0.5",
"remark-lint-no-file-name-outer-dashes": "^1.0.6",
"remark-lint-no-heading-content-indent": "^3.0.0",
"remark-lint-no-heading-indent": "^3.0.0",
"remark-lint-no-heading-like-paragraph": "^2.0.1",
"remark-lint-no-inline-padding": "^3.0.0",
"remark-lint-no-literal-urls": "^2.0.1",
"remark-lint-no-multiple-toplevel-headings": "^2.0.1",
"remark-lint-no-shell-dollars": "^2.0.2",
"remark-lint-no-shortcut-reference-image": "^2.0.1",
"remark-lint-no-shortcut-reference-link": "^2.0.1",
"remark-lint-no-table-indentation": "^3.0.0",
"remark-lint-no-tabs": "^2.0.1",
"remark-lint-no-undefined-references": "^3.0.0",
"remark-lint-no-unneeded-full-reference-image": "^2.0.1",
"remark-lint-no-unused-definitions": "^2.0.1",
"remark-lint-ordered-list-marker-style": "^2.0.1",
"remark-lint-ordered-list-marker-value": "^2.0.1",
"remark-lint-rule-style": "^2.0.1",
"remark-lint-strong-marker": "^2.0.1",
"remark-lint-table-cell-padding": "^3.0.0",
"remark-lint-table-pipe-alignment": "^2.0.1",
"remark-lint-table-pipes": "^3.0.0",
"remark-lint-unordered-list-marker-style": "^2.0.1"
}
}