invaders
Version:
A 1980s-arcade-style game written using HTML5, Canvas, and Web Audio
27 lines (26 loc) • 629 B
JSON
{
"name": "invaders",
"version": "0.9.0",
"description": "A 1980s-arcade-style game written using HTML5, Canvas, and Web Audio",
"main": "invaders.html",
"files": [
"invaders.html"
],
"keywords": [
"game",
"invaders",
"browser"
],
"homepage": "https://github.com/susam/invaders",
"bugs": "https://github.com/susam/invaders/issues",
"license": "MIT",
"author": "Susam Pal (https://susam.net/)",
"repository": "github:susam/invaders",
"devDependencies": {
"standard": "latest",
"eslint-plugin-html": "latest"
},
"scripts": {
"lint": "standard --plugin html *.html"
}
}