UNPKG

lance-pro

Version:

Pro Tools for Lance multiplayer game server

59 lines (58 loc) 1.02 kB
{ "name": "lance-pro", "version": "0.0.7", "description": "Pro Tools for Lance multiplayer game server", "keywords": [ "pixijs", "pixi", "socket", "canvas", "WebGL", "HTML5", "AFrame", "physics", "engine", "game", "realtime", "multiplayer" ], "dependencies": { "express-hbs": "^1.0.4", "path": "^0.12.7" }, "main": "main.js", "files": [ "main.js", "src" ], "author": "Gary Weiss", "contributors": [ { "name": "Opher Vishnia" }, { "name": "Gary Weiss" } ], "browserify": { "transform": [ [ "uglifyify", { "mangle": true } ] ] }, "license": "Apache-2.0", "homepage": "https://github.com/lance-gg/lance#readme", "devDependencies": { "babel-preset-es2015": "^6.22.0", "babelify": "^7.3.0", "browserify": "^14.1.0", "eslint": "^3.10.1", "eslint-config-google": "^0.6.0", "uglifyify": "^3.0.4", "uuid": "^3.0.1" } }