-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "chas-correct",
"version": "0.1.0",
"description": "Автоматическое обнаружение и исправление элементарных орфографических ошибок",
"main": "content.js",
"bin": {
"chas-correct": "chas-correct-userscript.user.js"
},
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nickkolok/chas-correct.git"
},
"author": "Nikolay Avdeev <nickkolok@mail.ru>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nickkolok/chas-correct/issues"
},
"homepage": "https://github.com/nickkolok/chas-correct#readme",
"devDependencies": {
"iconv-lite": "^0.4.24",
"qunit": "^2.11.3"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"js-crawler": "^0.3.21",
"mkdirp": "^1.0.4",
"node-autodetect-utf8-cp1251-cp866": "^0.1.0",
"sqlite3": "^5.0.0",
"yaspeller": "^7.0.0"
}
}