UNPKG

1.04 kBJSONView Raw
1{
2 "name": "chat-service",
3 "version": "0.2.0",
4 "private": false,
5 "description": "Server side chat based on top of socket.io",
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"
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": "^3.3.1",
30 "coffee-script": "^1.9.2",
31 "collections": "^1.2.3",
32 "lodash": "^3.10.1",
33 "socket.io": "^1.3.5"
34 },
35 "devDependencies": {
36 "chai": "^3.0.0",
37 "coffee-coverage": "^0.6.2",
38 "coveralls": "^2.11.3",
39 "istanbul": "^0.3.17",
40 "mocha": "^2.2.5",
41 "server-destroy": "^1.0.1",
42 "socket.io-client": "^1.3.5"
43 }
44}