asdf-games/package.json

25 lines
551 B
JSON
Raw Normal View History

{
"name": "asdf-games",
2020-03-22 13:59:10 +01:00
"version": "1.0.4",
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",
"repository": {
"type": "git",
2020-02-29 13:45:56 +01:00
"url": "git+https://gitea.arnweb.nl/arne/asdf-games#master"
},
"keywords": [
2020-02-29 13:45:56 +01:00
"asdf",
"js",
"game",
"sitepoint"
],
2020-02-29 13:45:56 +01:00
"author": {
"name": "Arne van Iterson",
"url": "https://gitea.arnweb.nl/arne/"
},
"license": "ISC",
"devDependencies": {
"eslint": "^6.8.0"
}
}