-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 863 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 863 Bytes
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
{
"name": "textlint-rule-preset-dwango-progedu",
"version": "1.1.17",
"description": "ドワンゴN予備校向けプログラミング教育テキスト群において用いているtextlintの標準設定",
"main": "lib/textlint-rule-preset-dwango-progedu.js",
"scripts": {
"test": "cd example && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/progedu/textlint-rule-preset-dwango-progedu.git"
},
"keywords": [
"preset",
"rule",
"textlint",
"textlintrule"
],
"author": "gaura",
"license": "ISC",
"bugs": {
"url": "https://github.com/progedu/textlint-rule-preset-dwango-progedu/issues"
},
"homepage": "https://github.com/progedu/textlint-rule-preset-dwango-progedu#readme",
"dependencies": {
"textlint-rule-max-ten": "^2.0.1",
"textlint-rule-prh": "^5.3.0"
}
}