UNPKG

1.14 kBJSONView Raw
1{
2 "name": "chat-service",
3 "version": "0.5.0",
4 "private": false,
5 "description": "Server side chat based on top of socket.io focused on scalability and extensibility.",
6 "main": "index.js",
7 "scripts": {
8 "test": "mocha && istanbul report text-summary lcov",
9 "pipe-coverage": "(cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose) || exit 0"
10 },
11 "author": {
12 "name": "Andrey Sharapov",
13 "email": "an.sh.1@yandex.ru"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/an-sh/chat-service.git"
18 },
19 "keywords": [
20 "chat",
21 "service"
22 ],
23 "engines": {
24 "node": ">=0.10.0"
25 },
26 "license": "MIT",
27 "dependencies": {
28 "async": "^1.3.0",
29 "check-types": "^4.0.0",
30 "coffee-script": "^1.9.2",
31 "collections": "^1.2.3",
32 "ioredis": "^1.7.5",
33 "lodash": "^3.10.1",
34 "redlock": "^1.0.0",
35 "socket.io": "^1.3.5"
36 },
37 "devDependencies": {
38 "chai": "^3.0.0",
39 "coffee-coverage": "^0.6.2",
40 "coveralls": "^2.11.3",
41 "istanbul": "^0.3.17",
42 "mocha": "^2.2.5",
43 "server-destroy": "^1.0.1",
44 "socket.io-client": "^1.3.5"
45 }
46}