{ "name": "naftwik", "version": "0.0.1", "description": "An outrageous HTML5 multiplayer game engine with JavaScript and Ruby toolkits.", "main": "index.js", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git@github.com:Nubbernaut/naftwik.git" }, "keywords": [ "web", "framework" ], "author": "Max Cantor (https://www.maxcantor.net)", "license": "All Rights Reserved", "bugs": { "url": "https://github.com/Nubbernaut/naftwik/issues" }, "homepage": "https://github.com/Nubbernaut/naftwik#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^3.3.0" } }