forked from btford/write-good
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 919 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
40
41
42
43
44
45
{
"name": "write-good",
"version": "0.11.0",
"description": "Naive linter for English prose",
"main": "write-good.js",
"repository": {
"type": "git",
"url": "https://github.com/btford/write-good.git"
},
"bin": {
"write-good": "bin/write-good.js",
"writegood": "bin/write-good.js"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/jasmine-node test"
},
"keywords": [
"english",
"writing",
"prose",
"words"
],
"author": "Brian Ford",
"license": "MIT",
"devDependencies": {
"jasmine-node": "2.0.0",
"schreib-gut": "0.0.1"
},
"dependencies": {
"object.assign": "^4.0.4",
"passive-voice": "~0.0.0",
"weasel-words": "~0.1.0",
"adverb-where": "~0.0.0",
"too-wordy": "~0.1.0",
"no-cliches": "~0.1.0",
"e-prime": "~0.10.0"
},
"coordinates": [
45.5028842,
-73.573985
]
}