asdf-games/examples/shooter/package.json

21 lines
342 B
JSON
Raw Normal View History

2019-12-31 15:41:21 +01:00
{
"name": "asdf-shooter",
"version": "1.0.0",
"description": "Spacemania 2000 Shooter Game",
"main": "index.html",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "na"
},
"keywords": [
"shooter",
"spacemania",
"2000",
"game",
"asdf"
],
"author": "Arne van Iterson",
"license": "ISC"
}