UNPKG

eazy-pomelo

Version:
63 lines (62 loc) 1.33 kB
{ "name": "eazy-pomelo", "version": "0.5.2", "private": false, "homepage": "https://github.com/godstory/eazy-pomelo", "repository": { "type": "git", "url": "https://github.com/godstory/eazy-pomelo.git" }, "scripts": { "test": "grunt" }, "bugs": { "url": "https://github.com/godstory/eazy-pomelo/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/godstory/eazy-pomelo#license" } ], "keywords": [ "pomelo", "framework", "game", "web", "realtime", "server" ], "dependencies": { "async": ">=0.2.5", "cliff": "0.1.8", "commander": "2.0.0", "crc": ">=0.2.0", "mkdirp": "0.3.3", "mqtt": "2.18.1", "node-bignumber": "1.2.1", "pomelo-admin": "1.0.0", "pomelo-loader": "0.0.6", "pomelo-logger": "0.1.7", "pomelo-protocol": "0.1.6", "pomelo-rpc": "1.0.7", "pomelo-scheduler": "0.3.9", "seq-queue": "0.0.5", "socket.io": "1.7.2", "ws": "5.2.0" }, "bin": { "pomelo": "./bin/pomelo" }, "description": "", "devDependencies": { "blanket": "~1.1.6", "grunt": "~0.4.2", "grunt-contrib-clean": "0.5.x", "grunt-contrib-jshint": "~0.8.0", "grunt-mocha-test": "0.8.x", "mocha": ">=0.0.1", "muk": ">=0.0.1", "should": "3.3.1" } }