-
-
Notifications
You must be signed in to change notification settings - Fork 184
/
package.json
53 lines (53 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "p5play",
"author": "quinton-ashley <info@p5play.org>",
"bugs": {
"url": "https://github.com/quinton-ashley/p5play/issues"
},
"contributors": [
"Paolo Pedercini <info@molleindustria.it>"
],
"description": "A JavaScript game engine that uses p5.js for graphics and Box2D for physics.",
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/p5play"
},
{
"type": "github",
"url": "https://github.com/sponsors/quinton-ashley"
}
],
"keywords": [
"p5.play",
"p5.js",
"p5js",
"p5",
"q5",
"box2d",
"physics",
"physics engine",
"physics simulation",
"game engine",
"games",
"animation",
"user input",
"controller",
"gamepad"
],
"license": "AGPL-3.0",
"main": "p5play.js",
"homepage": "https://p5play.org",
"repository": {
"type": "git",
"url": "git+https://github.com/quinton-ashley/p5play.git"
},
"scripts": {
"min": "terser p5play.js --compress ecma=2024 --mangle > p5play.min.js",
"v": "npm version patch --force",
"V": "npm version minor --force",
"version": "git add -A",
"postversion": "git push"
},
"version": "3.24.10"
}