konami-code-js
Version:
Fire a JavaScript Event when you enter the « Up Up Bottom Bottom Left Right Left Right B A » Konami Code Sequence.
33 lines (32 loc) • 802 B
JSON
{
"name": "konami-code-js",
"version": "0.8.3",
"description": "Fire a JavaScript Event when you enter the « Up Up Bottom Bottom Left Right Left Right B A » Konami Code Sequence.",
"main": "src/konami-code.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MachinisteWeb/konami-code-js.git"
},
"keywords": [
"konami",
"code",
"ester",
"egg",
"keyboard",
"support",
"touch",
"support"
],
"author": "Bruno Lesieur",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/MachinisteWeb/konami-code-js/issues"
},
"homepage": "https://github.com/MachinisteWeb/konami-code-js#readme"
}