-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.51 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "whir.io",
"version": "1.4.0",
"description": "The whir.io chat client. [alpha]",
"author": {
"name": "Stefan Aichholzer",
"email": "[email protected]",
"url": "https://github.com/aichholzer"
},
"contributors": [],
"maintainers": [],
"keywords": [
"chat",
"terminal",
"command",
"interface",
"cli",
"messenger"
],
"homepage": "http://whir.io",
"repository": {
"type": "git",
"url": "https://github.com/WhirIO/Client"
},
"license": "MIT",
"engines": {
"node": "8.9.4"
},
"dependencies": {
"blessed": "^0.1.81",
"bufferutil": "^3.0.4",
"chalk": "^2.4.1",
"cli-spinner": "^0.2.8",
"moment": "^2.22.1",
"utf-8-validate": "^4.0.1",
"ws": "^5.1.1",
"yargs": "^11.0.0"
},
"devDependencies": {
"dotenv": "^5.0.1",
"eslint": "^4.18.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-prettier": "^2.6.0",
"mocha": "^5.1.1",
"prettier": "^1.12.1",
"should": "^13.2.1"
},
"main": "./app/index.js",
"directories": {
"test": "test"
},
"scripts": {
"eslint": "eslint --quiet .",
"eslint:fix": "eslint --quiet --fix .",
"test": "mocha -R spec -t 5000"
},
"bugs": {
"url": "https://github.com/WhirIO/Client/issues"
},
"_from": "whir.io@^1.3.6",
"_npmUser": {
"name": "aichholzer",
"email": "[email protected]"
},
"preferGlobal": true,
"bin": "./app/index.js"
}