forked from wooorm/remark-preset-wooorm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.35 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.35 KB
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
87
88
89
90
91
92
93
94
95
96
{
"name": "remark-preset-survivejs",
"version": "0.2.1",
"description": "Book markdown and prose style",
"license": "MIT",
"keywords": [
"remark",
"preset",
"survivejs"
],
"files": [
"prose-retext.js",
"index.js"
],
"dependencies": {
"install": "^0.8.7",
"npm": "^4.4.1",
"remark-comment-config": "^5.0.0",
"remark-github": "^7.0.0",
"remark-lint": "^6.0.0",
"remark-lint-checkbox-character-style": "^1.0.0",
"remark-lint-checkbox-content-indent": "^1.0.0",
"remark-lint-code-block-style": "^1.0.0",
"remark-lint-definition-case": "^1.0.0",
"remark-lint-definition-spacing": "^1.0.0",
"remark-lint-fenced-code-marker": "^1.0.0",
"remark-lint-file-extension": "^1.0.0",
"remark-lint-final-definition": "^1.0.0",
"remark-lint-final-newline": "^1.0.0",
"remark-lint-hard-break-spaces": "^1.0.0",
"remark-lint-heading-style": "^1.0.0",
"remark-lint-link-title-style": "^1.0.0",
"remark-lint-no-auto-link-without-protocol": "^1.0.0",
"remark-lint-no-blockquote-without-caret": "^1.0.0",
"remark-lint-no-consecutive-blank-lines": "^1.0.0",
"remark-lint-no-duplicate-definitions": "^1.0.0",
"remark-lint-no-emphasis-as-heading": "^1.0.0",
"remark-lint-no-file-name-articles": "^1.0.0",
"remark-lint-no-file-name-consecutive-dashes": "^1.0.0",
"remark-lint-no-file-name-outer-dashes": "^1.0.0",
"remark-lint-no-heading-content-indent": "^1.0.0",
"remark-lint-no-heading-indent": "^1.0.0",
"remark-lint-no-heading-punctuation": "^1.0.0",
"remark-lint-no-inline-padding": "^1.0.0",
"remark-lint-no-literal-urls": "^1.0.0",
"remark-lint-no-missing-blank-lines": "^1.0.0",
"remark-lint-no-multiple-toplevel-headings": "^1.0.0",
"remark-lint-no-shell-dollars": "^1.0.0",
"remark-lint-no-shortcut-reference-image": "^1.0.0",
"remark-lint-no-shortcut-reference-link": "^1.0.0",
"remark-lint-no-table-indentation": "^1.0.0",
"remark-lint-no-tabs": "^1.0.0",
"remark-lint-no-undefined-references": "^1.0.0",
"remark-lint-no-unused-definitions": "^1.0.0",
"remark-lint-ordered-list-marker-style": "^1.0.0",
"remark-lint-ordered-list-marker-value": "^1.0.0",
"remark-lint-rule-style": "^1.0.0",
"remark-lint-table-cell-padding": "^1.0.0",
"remark-lint-table-pipe-alignment": "^1.0.0",
"remark-lint-table-pipes": "^1.0.0",
"remark-lint-unordered-list-marker-style": "^1.0.0",
"remark-retext": "^3.0.0",
"remark-toc": "^4.0.0",
"remark-validate-links": "^6.0.0",
"retext-english": "^3.0.0",
"retext-indefinite-article": "^1.0.3",
"retext-quotes": "^2.0.0",
"retext-repeated-words": "^1.0.0",
"retext-sentence-spacing": "^2.0.0",
"unified": "^6.0.0"
},
"repository": "https://github.com/survivejs/remark-preset-survivejs",
"bugs": "https://github.com/survivejs/remark-preset-survivejs/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com), Juho Vepsäläinen",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"Juho Vepsäläinen"
],
"devDependencies": {
"remark-cli": "^3.0.0",
"xo": "^0.17.1"
},
"scripts": {
"build-md": "remark . -qfo",
"lint": "xo",
"test": "npm run build-md && npm run lint"
},
"xo": {
"space": true
},
"remarkConfig": {
"plugins": [
"./"
]
}
}