q5play 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/package.json +13 -0
  3. package/q5play.js +5 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # q5play
2
+
3
+ Coming soon...
4
+
5
+ q5play combines the fastest 2D graphics library, q5.js, with the fastest 2D physics library, Box2D v3, enabling users to create and share incredible interactive experiences on the web!
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "q5play",
3
+ "version": "4.0.0",
4
+ "author": "quinton-ashley",
5
+ "license": "q5play License",
6
+ "description": "JavaScript game engine that uses q5.js for graphics and Box2D for physics.",
7
+ "main": "q5play.js",
8
+ "scripts": {
9
+ "test": "echo \"Error: no test specified\" && exit 1",
10
+ "v": "npm version patch --force",
11
+ "V": "npm version minor --force"
12
+ }
13
+ }
package/q5play.js ADDED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * q5play
3
+ * @version 4.0
4
+ * @author quinton-ashley
5
+ */