UNPKG

1.26 kBJSONView Raw
1{
2 "name": "eyo",
3 "description": "CLI for restoring the letter «ё» (yo) in russian texts",
4 "version": "4.1.0",
5 "author": {
6 "name": "Denis Seleznev",
7 "email": "hcodes@yandex.ru",
8 "url": "https://github.com/hcodes/eyo"
9 },
10 "bin": {
11 "eyo": "./bin/cli.js"
12 },
13 "homepage": "https://github.com/hcodes/eyo",
14 "license": "MIT",
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/hcodes/eyo.git"
18 },
19 "keywords": [
20 "yo",
21 "yoficator",
22 "ёфикатор",
23 "ёфикация"
24 ],
25 "engines": {
26 "node": ">= 4.0"
27 },
28 "dependencies": {
29 "chalk": "^2.4.1",
30 "charset": "^1.0.1",
31 "commander": "^2.17.1",
32 "exit": "^0.1.2",
33 "eyo-kernel": "^2.4.0",
34 "iconv-lite": "^0.4.23",
35 "isutf8": "^2.0.2",
36 "request": "^2.88.0"
37 },
38 "files": [
39 "bin",
40 "LICENSE"
41 ],
42 "devDependencies": {
43 "chai": "^4.1.2",
44 "eslint": "^5.3.0",
45 "istanbul": "^0.4.5",
46 "mocha": "^5.2.0"
47 },
48 "scripts": {
49 "test": "npm run-script eslint && npm run-script unit-test-coverage",
50 "eslint": "eslint .",
51 "unit-test": "mocha -u bdd -R spec --recursive test",
52 "unit-test-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -u bdd -R spec --recursive test"
53 }
54}