forked from benbalter/benbalter.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.79 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
{
"author": "Ben Balter",
"bugs": {
"url": "https://github.com/benbalter/benbalter.github.com/issues"
},
"dependencies": {},
"description": "[![Build Status](https://travis-ci.org/benbalter/benbalter.github.com.png?branch=master)](https://travis-ci.org/benbalter/benbalter.github.com)",
"devDependencies": {
"dictionary-en-us": "^2.0.0",
"json-lint": "^0.1.0",
"jsonlint": "^1.6.2",
"offline-issues": "^1.0.0",
"remark-cli": "^4.0.0",
"remark-comment-config": "^5.0.1",
"remark-frontmatter": "^1.1.0",
"remark-github": "^7.0.1",
"remark-heading-gap": "^3.0.0",
"remark-inline-links": "^3.0.4",
"remark-lint": "^6.0.0",
"remark-lint-blockquote-indentation": "^1.0.0",
"remark-lint-code": "^2.0.0",
"remark-lint-first-heading-level": "^1.1.0",
"remark-lint-link-title-style": "^1.0.0",
"remark-lint-list-item-indent": "^1.0.0",
"remark-lint-list-item-spacing": "^1.1.0",
"remark-lint-maximum-heading-length": "^1.0.0",
"remark-lint-maximum-line-length": "^1.0.0",
"remark-lint-no-empty-sections": "^2.0.0",
"remark-lint-no-shortcut-reference-image": "^1.0.0",
"remark-lint-no-shortcut-reference-link": "^1.0.1",
"remark-lint-ordered-list-marker-value": "^1.0.0",
"remark-lint-unordered-list-marker-style": "^1.0.0",
"remark-message-control": "^4.0.1",
"remark-preset-lint-consistent": "^2.0.0",
"remark-preset-lint-markdown-style-guide": "^2.1.0",
"remark-preset-lint-recommended": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"remark-retext": "^3.1.0",
"remark-squeeze-paragraphs": "^3.0.1",
"remark-textr": "^3.0.1",
"remark-validate-links": "^6.1.0",
"retext-contractions": "^2.1.2",
"retext-diacritics": "^1.2.1",
"retext-emoji": "^4.0.0",
"retext-english": "^3.0.0",
"retext-indefinite-article": "^1.1.2",
"retext-quotes": "^2.0.1",
"retext-redundant-acronyms": "^1.2.1",
"retext-repeated-words": "^1.2.1",
"retext-sentence-spacing": "^2.0.1",
"retext-spell": "^2.3.1",
"retext-syntax-mentions": "^1.1.4",
"retext-syntax-urls": "^1.0.0",
"typographic-base": "^1.0.4",
"unified": "^6.1.5",
"xo": "^0.18.2"
},
"homepage": "https://github.com/benbalter/benbalter.github.com#readme",
"license": "CC-BY-3.0",
"main": "script/server",
"name": "benbalter.github.com",
"repository": {
"type": "git",
"url": "git+https://github.com/benbalter/benbalter.github.com.git"
},
"scripts": {
"lint": "npm run lint-js && npm run lint-json && npm run lint-md",
"lint-js": "xo .remarkrc.js --ignore-pattern !.remarkrc.js --fix",
"lint-json": "jsonlint package.json --in-place --sort-keys",
"lint-md": "remark . --output",
"test": "script/cibuild"
},
"version": "1.0.0",
"xo": {
"esnext": false,
"space": true
}
}