File: crosswords/package.json

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   crosswords/package.json   Download  
File: crosswords/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: 566 bytes
 

Contents

Class file image Download
{ "name": "crosswords", "preferGlobal": "true", "version": "1.0.0", "author": "Igor Escobar <blog@igorescobar.com>", "description": "A simple crossword game algorithm.", "scripts": { "start": "node ./start.js", "test": "expresso tests/*" }, "main": "node ./start.js", "repository": { "type": "git", "url": "https://github.com/igorescobar/nodejs-playground.git" }, "analyze": false, "devDependencies": { "expresso": ">= 0.9.x", "jscoverage": ">= 0.2.x" }, "license": "MIT", "engines": { "node": ">=0.6" } }