asdf-games/package.json
2020-03-11 12:03:17 +01:00

22 lines
500 B
JSON

{
"name": "asdf-games",
"version": "1.0.2",
"description": "Javascript gaming framework, based upon the framework made in the book HTML5 Games: Novice to Ninja by Sitepoint.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://gitea.arnweb.nl/arne/asdf-games#master"
},
"keywords": [
"asdf",
"js",
"game",
"sitepoint"
],
"author": {
"name": "Arne van Iterson",
"url": "https://gitea.arnweb.nl/arne/"
},
"license": "ISC"
}