forked from GitbookIO/rousseau
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "rousseau",
"version": "1.0.5",
"homepage": "https://github.com/GitbookIO/rousseau",
"description": "Lightweight proofreader",
"main": "lib/index.js",
"dependencies": {
"lodash": "^3.2.0",
"bash-color": "0.0.3",
"cli-table": "0.3.1",
"crc": "3.2.1",
"simple-lru-cache": "0.0.1",
"tokenize-text": "1.1.3",
"tokenize-english": "1.0.3",
"tokenize-htmltext": "1.0.0",
"find-line-column": "0.5.2"
},
"devDependencies": {
"mocha": "2.3.3",
"should": "7.1.0"
},
"scripts": {
"test": "mocha --reporter spec --recursive --bail"
},
"bin": {
"rousseau": "./bin/rousseau.js"
},
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/rousseau.git"
},
"keywords": [
"proofreading", "language", "native", "spellcheck"
],
"author": "GitBook <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/rousseau/issues"
}
}