File size: 809 Bytes
5fae594
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "jandal",
  "version": "0.0.15",
  "description": "Manage events, callbacks and rooms over a socket connection",
  "main": "index.js",
  "scripts": {
    "build": "browserify index.js -s Jandal | uglifyjs -cmo client.js",
    "test": "mocha -R spec --bail test/*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stayradiated/jandal.git"
  },
  "keywords": [
    "websocket",
    "sockjs",
    "event",
    "socket",
    "message",
    "emit",
    "listen"
  ],
  "author": "George Czabania",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stayradiated/jandal/issues"
  },
  "homepage": "https://github.com/stayradiated/jandal",
  "devDependencies": {
    "should": "3.1.x",
    "mocha": "1.16.x",
    "browserify": "3.16.x",
    "uglify-js": "2.4.x"
  }
}