File: multiplayer-drawing-board/package.json

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   multiplayer-drawing-board/package.json   Download  
File: multiplayer-drawing-board/package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 546 bytes
 

Contents

Class file image Download
{ "name": "Nodejs_Multiplayer_Drawing_Board", "preferGlobal": "true", "version": "1.0.0", "author": "Igor Escobar <blog@igorescobar.com>", "description": "With this node.js app you can draw with all your friends at the same time.", "main": "node ./app.js", "repository": { "type": "git", "url": "https://github.com/igorescobar/nodejs-playground.git" }, "analyze": false, "devDependencies": { "node-static": ">= 0.6.x", "socket.io": ">= 0.9.x" }, "license": "MIT", "engines": { "node": ">=0.6" } }