forked from igaiga/rails_textbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "rails_textbook",
"version": "1.0.0",
"description": "http://igarashikuniaki.net/rails_textbook/",
"private": true,
"scripts": {
"test": "textlint _posts/*.md",
"textlint": "textlint"
},
"repository": {
"type": "git",
"url": "https://github.com/igaiga/rails_textbook.git"
},
"author": "igaiga",
"license": "all rigth reserved.",
"bugs": {
"url": "https://github.com/igaiga/rails_textbook/issues"
},
"keywords": [
"rails",
"ruby on rails"
],
"contributors": [],
"homepage": "https://github.com/igaiga/rails_textbook#readme",
"dependencies": {},
"devDependencies": {
"textlint": "^5.7.0",
"textlint-rule-max-ten": "^2.0.1",
"textlint-rule-no-doubled-conjunction": "^1.0.0",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.0.2",
"textlint-rule-no-doubled-joshi": "^3.2.0",
"textlint-rule-no-mix-dearu-desumasu": "^1.4.0",
"textlint-rule-no-start-duplicated-conjunction": "^1.0.7",
"textlint-rule-preset-jtf-style": "^2.0.0",
"textlint-rule-prh": "^2.3.0",
"textlint-rule-sentence-length": "^1.0.4",
"textlint-rule-spellcheck-tech-word": "^4.1.2"
}
}