number-memory-game-component
Version:
A simple number memory game implemented as a web component.
30 lines • 731 B
JSON
{
"name": "number-memory-game-component",
"version": "1.0.0",
"description": "A simple number memory game implemented as a web component.",
"main": "number-memory-game.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"web-component",
"custom-element",
"memory-game",
"game",
"javascript"
],
"author": "Paul <paul@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/paul/numbers-game.git"
},
"bugs": {
"url": "https://github.com/paul/numbers-game/issues"
},
"homepage": "https://github.com/paul/numbers-game#readme",
"files": [
"number-memory-game.js"
]
}