UNPKG

thaw-reversi-web-app

Version:

A playable Express.js Reversi (Othello) Web application.

55 lines (54 loc) 1.25 kB
{ "name": "thaw-reversi-web-app", "version": "0.0.0", "description": "A playable Express.js Reversi (Othello) Web application.", "main": "src/app.js", "homepage": "https://github.com/tom-weatherhead/thaw-reversi-web-app#readme", "repository": { "type": "git", "url": "git+https://github.com/tom-weatherhead/thaw-reversi-web-app.git" }, "bugs": { "url": "https://github.com/tom-weatherhead/thaw-reversi-web-app/issues" }, "scripts": { "lint": "grunt eslint", "nsp": "grunt nsp", "start": "nodemon src/server.js" }, "bin": { "thaw-reversi-web-app": "src/server.js" }, "dependencies": { "express": "^4.15.4", "nodemon": "^1.11.0", "thaw-reversi-engine": "^0.1.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.0", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-eslint": "^20.0.0", "grunt-nsp": "^2.3.1" }, "engine-strict": true, "engines": { "node": ">=8.0.0" }, "keywords": [ "eslint", "express", "grunt", "jquery", "node", "nsp", "othello", "reversi" ], "license": "MIT", "author": { "name": "Tom Weatherhead", "url": "https://github.com/tom-weatherhead" } }