-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 877 Bytes
/
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
{
"version": "1.4.0",
"keywords": [
"textlintrule"
],
"main": "lib/index.js",
"files": [
"lib/",
"src/"
],
"scripts": {
"test": "textlint-scripts test",
"build": "textlint-scripts build",
"prepublish": "npm run --if-present build"
},
"devDependencies": {
"textlint-scripts": "^3.0.0"
},
"name": "textlint-rule-max-doc-width",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/0Delta/textlint-rule-max-doc-width.git"
},
"author": "0Delta",
"license": "MIT",
"bugs": {
"url": "https://github.com/0Delta/textlint-rule-max-doc-width/issues"
},
"homepage": "https://github.com/0Delta/textlint-rule-max-doc-width#readme",
"description": "",
"dependencies": {
"object-assign": "^4.1.1",
"minimist": ">=1.2.5",
"lodash": "^4.0.0"
}
}