Skip to content

Commit

Permalink
Add p5play w/ npm auto-update (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Aug 11, 2023
1 parent effbcf0 commit 3a57fb2
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions packages/p/p5play.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name": "p5play",
"description": "p5play is for creating interactive art and games with the Box2D physics engine.",
"keywords": [
"p5.play",
"p5.js",
"p5js",
"p5",
"q5",
"box2d",
"physics",
"physics engine",
"physics simulation",
"game engine",
"games",
"animation",
"user input",
"controller",
"gamepad"
],
"license": "GPL-3.0-only",
"homepage": "https://p5play.org",
"repository": {
"type": "git",
"url": "git+https://github.com/quinton-ashley/p5play.git"
},
"authors": [
{
"name": "quinton-ashley",
"email": "info@p5play.org"
}
],
"autoupdate": {
"source": "npm",
"target": "p5play",
"fileMap": [
{
"basePath": "",
"files": [
"*.js"
]
}
]
},
"filename": "p5play.min.js"
}

0 comments on commit 3a57fb2

Please sign in to comment.