|
| 1 | +{ |
| 2 | + "name": "textlint-rule-preset-ja-spacing", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "textlint-rule-spacingのルールプリセット", |
| 5 | + "main": "lib/index.js", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git" |
| 9 | + }, |
| 10 | + "author": "azu", |
| 11 | + "email": "azuciao@gmail.com", |
| 12 | + "homepage": "https://github.com/textlint-ja/textlint-rule-spacing", |
| 13 | + "license": "MIT", |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/textlint-ja/textlint-rule-spacing/issues" |
| 16 | + }, |
| 17 | + "scripts": { |
| 18 | + "build": "NODE_ENV=production babel src --out-dir lib --source-maps", |
| 19 | + "watch": "babel src --out-dir lib --watch --source-maps", |
| 20 | + "prepublish": "npm run --if-present build", |
| 21 | + "test": "mocha" |
| 22 | + }, |
| 23 | + "keywords": [ |
| 24 | + "textlint" |
| 25 | + ], |
| 26 | + "devDependencies": { |
| 27 | + "babel-cli": "^6.0.0", |
| 28 | + "babel-preset-es2015": "^6.0.0", |
| 29 | + "textlint-tester": "^2.0.0", |
| 30 | + "mocha": "^2.3.3" |
| 31 | + }, |
| 32 | + "dependencies": { |
| 33 | + "textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^1.0.0", |
| 34 | + "textlint-rule-ja-no-space-around-parentheses": "^1.0.0", |
| 35 | + "textlint-rule-ja-no-space-between-full-width": "^1.0.0", |
| 36 | + "textlint-rule-ja-no-space-between-half-and-full-width": "^1.0.0", |
| 37 | + "textlint-rule-ja-space-after-exclamation": "^1.0.0", |
| 38 | + "textlint-rule-ja-space-after-question": "^1.0.0", |
| 39 | + "textlint-rule-ja-space-around-code": "^1.0.0" |
| 40 | + } |
| 41 | +} |
0 commit comments