minesweeperjs-engine
Version:
A Javascript implementation of the rules and logic of the classic minesweeper game.
29 lines (28 loc) • 793 B
JSON
{
"name": "minesweeperjs-engine",
"version": "1.0.3",
"main": "dist/minesweeperjs-engine.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=development",
"build:prod": "webpack --mode=production",
"lint": "eslint --fix src"
},
"keywords": [
"Minesweeper",
"Game"
],
"author": "Adrian Flannery",
"homepage": "https://github.com/finnor/MinesweeperJS-Engine#readme",
"repository": {
"type" : "git",
"url" : "https://github.com/finnor/MinesweeperJS-Engine.git"
},
"license": "MIT",
"description": "A Javascript implementation of the rules and logic of the classic minesweeper game.",
"devDependencies": {
"eslint": "^7.16.0",
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0"
}
}