UNPKG

771 BJSONView Raw
1{
2 "name": "jok-play",
3 "version": "0.0.7",
4 "description": "creating online games never was so easy",
5 "main": "Jok.Play.NodePackage/Scripts/App.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "dependencies": {
10 "engine.io" : "1.0.3",
11 "engine.io-client" : "1.0.3",
12 "engine.io-rooms" : "0.1.1",
13 "eio-reconnect" : "0.8.0",
14 "node-uuid" : "*"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/jokio/node-jok-play.git"
19 },
20 "keywords": [
21 "jok",
22 "play",
23 "game",
24 "online",
25 "fun",
26 "dude"
27 ],
28 "author": "Jok Entertainers",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/jokio/node-jok-play/issues"
32 },
33 "homepage": "https://github.com/jokio/node-jok-play"
34}