|
2 | 2 | "name": "textlint-rule-ginger", |
3 | 3 | "version": "2.0.1", |
4 | 4 | "description": "textlint rule to check your English grammar with Ginger Proofreading", |
| 5 | + "engines": { |
| 6 | + "node": ">=6" |
| 7 | + }, |
5 | 8 | "main": "lib/ginger.js", |
6 | 9 | "scripts": { |
7 | 10 | "build": "babel src -d lib --source-maps", |
|
26 | 29 | "homepage": "https://github.com/nodaguti/textlint-rule-ginger", |
27 | 30 | "repository": "nodaguti/textlint-rule-ginger", |
28 | 31 | "dependencies": { |
29 | | - "es6-promisify": "^4.1.0", |
| 32 | + "es6-promisify": "^5.0.0", |
30 | 33 | "gingerbread": "^0.5.0", |
31 | 34 | "textlint-rule-helper": "^2.0.0", |
32 | | - "textlint-util-to-string": "^1.2.1" |
| 35 | + "textlint-util-to-string": "^2.0.2" |
33 | 36 | }, |
34 | 37 | "devDependencies": { |
35 | 38 | "babel-cli": "^6.10.1", |
36 | 39 | "babel-core": "^6.9.1", |
37 | | - "babel-eslint": "^6.0.4", |
38 | | - "babel-plugin-async-to-promises": "^1.0.5", |
39 | | - "babel-plugin-espower": "^2.2.0", |
40 | | - "babel-preset-es2015": "^6.9.0", |
41 | | - "eslint": "^3.0.0", |
42 | | - "eslint-config-airbnb": "^9.0.1", |
43 | | - "eslint-plugin-import": "^1.8.1", |
44 | | - "mocha": "^2.5.3", |
45 | | - "npm-run-all": "^2.1.2", |
46 | | - "power-assert": "^1.4.1", |
47 | | - "textlint": "^7.0.0", |
48 | | - "textlint-tester": "^2.0.0" |
| 40 | + "babel-preset-env": "^1.1.8", |
| 41 | + "eslint": "^3.14.1", |
| 42 | + "eslint-config-airbnb-base": "^11.0.1", |
| 43 | + "eslint-plugin-import": "^2.2.0", |
| 44 | + "mocha": "^3.2.0", |
| 45 | + "npm-run-all": "^4.0.1", |
| 46 | + "textlint": "^7.2.1", |
| 47 | + "textlint-tester": "^2.1.0" |
49 | 48 | } |
50 | 49 | } |
0 commit comments