UNPKG

1.06 kBJSONView Raw
1{
2 "name": "chat-service",
3 "version": "0.3.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 "codo": "codo"
11 },
12 "author": {
13 "name": "Andrey Sharapov",
14 "email": "an.sh.1@yandex.ru"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/an-sh/chat-service.git"
19 },
20 "keywords": [
21 "chat",
22 "service"
23 ],
24 "engines": {
25 "node": ">=0.10.0"
26 },
27 "license": "MIT",
28 "dependencies": {
29 "async": "^1.3.0",
30 "check-types": "^3.3.1",
31 "coffee-script": "^1.9.2",
32 "collections": "^1.2.3",
33 "lodash": "^3.10.1",
34 "socket.io": "^1.3.5"
35 },
36 "devDependencies": {
37 "chai": "^3.0.0",
38 "coffee-coverage": "^0.6.2",
39 "coveralls": "^2.11.3",
40 "istanbul": "^0.3.17",
41 "mocha": "^2.2.5",
42 "server-destroy": "^1.0.1",
43 "socket.io-client": "^1.3.5"
44 }
45}