2019-08-20 17:59:26 +02:00
|
|
|
{
|
|
|
|
"name": "asdf-games",
|
2020-03-29 18:39:44 +02:00
|
|
|
"version": "1.0.11",
|
2020-02-29 13:45:56 +01:00
|
|
|
"description": "Javascript gaming framework, based upon the framework made in the book HTML5 Games: Novice to Ninja by Sitepoint.",
|
|
|
|
"main": "lib/index.js",
|
2019-08-20 17:59:26 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-02-29 13:45:56 +01:00
|
|
|
"url": "git+https://gitea.arnweb.nl/arne/asdf-games#master"
|
2019-08-20 17:59:26 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
2020-02-29 13:45:56 +01:00
|
|
|
"asdf",
|
|
|
|
"js",
|
|
|
|
"game",
|
|
|
|
"sitepoint"
|
2019-08-20 17:59:26 +02:00
|
|
|
],
|
2020-02-29 13:45:56 +01:00
|
|
|
"author": {
|
|
|
|
"name": "Arne van Iterson",
|
|
|
|
"url": "https://gitea.arnweb.nl/arne/"
|
|
|
|
},
|
2020-03-21 17:22:28 +01:00
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^6.8.0"
|
|
|
|
}
|
2019-08-20 17:59:26 +02:00
|
|
|
}
|