-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 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
40
41
42
43
44
45
{
"name": "textlint-rule-general-novel-style-ja",
"version": "1.3.0",
"description": "textlint rule to follow general style of Japanese novels",
"author": "IRIDE Monad <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/io-monad/textlint-rule-general-novel-style-ja",
"repository": "io-monad/textlint-rule-general-novel-style-ja",
"bugs": {
"url": "https://github.com/io-monad/textlint-rule-general-novel-style-ja/issues"
},
"main": "lib/general-novel-style.js",
"scripts": {
"build": "babel src -d lib --source-maps",
"watch": "babel src -d lib --watch --source-maps",
"prepublish": "npm run --if-present build",
"test": "mocha"
},
"files": [
"lib",
"src"
],
"directories": {
"test": "test"
},
"keywords": [
"textlint",
"rule",
"japanese",
"novel"
],
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"espower-babel": "^4.0.3",
"mocha": "^2.4.5",
"power-assert": "^1.3.1",
"textlint": "^6.3.0",
"textlint-tester": "^1.2.0"
},
"dependencies": {
"kansuji": "^1.1.0",
"textlint-rule-helper": "^1.1.5"
}
}