-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.7 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
{
"name": "@anydown/maildown",
"version": "1.3.1",
"description": "Markdownから日本企業っぽいメールに変換します。",
"main": "lib/convert.js",
"scripts": {
"test": "node test",
"example": "browserify ./examples/index.js -o ./examples/bundle.js",
"dev": "watchify ./examples/index.js -o ./examples/bundle.js"
},
"author": "hashrock",
"license": "MIT",
"devDependencies": {
"browserify": "^14.3.0",
"tape": "^4.6.3",
"textlint-plugin-markdown": "^4.0.6",
"textlint-rule-date-weekday-mismatch": "^1.0.5",
"textlint-rule-ja-no-abusage": "^1.2.1",
"textlint-rule-ja-no-mixed-period": "^2.0.0",
"textlint-rule-ja-no-redundant-expression": "^1.0.3",
"textlint-rule-ja-no-weak-phrase": "^1.0.3",
"textlint-rule-ja-unnatural-alphabet": "^1.3.0",
"textlint-rule-max-ten": "^1.2.2",
"textlint-rule-no-doubled-conjunction": "^1.0.2",
"textlint-rule-no-doubled-joshi": "^3.5.1",
"textlint-rule-no-dropping-the-ra": "^1.1.2",
"textlint-rule-no-mix-dearu-desumasu": "^1.4.0",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-no-todo": "^1.0.3",
"textlint-rule-preset-japanese": "^1.3.4",
"textlint-rule-spellcheck-tech-word": "^4.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"@textlint/ast-traverse": "^2.0.8",
"@textlint/markdown-to-ast": "^6.0.8",
"textlint": "^10.2.1",
"word-table": "^1.0.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anydown/maildown.git"
},
"bugs": {
"url": "https://github.com/anydown/maildown/issues"
},
"homepage": "https://github.com/anydown/maildown#readme"
}