forked from quinton-ashley/p5play
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 823 Bytes
/
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
{
"name": "p5.play",
"author": "quinton-ashley <[email protected]> (https://quintos.org)",
"bugs": {
"url": "https://github.com/molleindustria/p5.play/issues"
},
"contributors": [
"Paolo Pedercini <[email protected]>"
],
"description": "A p5.js library for the creation of games and playthings.",
"keywords": [
"p5play",
"p5.js",
"p5js",
"p5",
"game",
"games",
"animation",
"art",
"interactive",
"creative",
"generative"
],
"license": "GPL-3.0-only",
"homepage": "https://github.com/molleindustria/p5.play#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/molleindustria/p5.play.git"
},
"scripts": {
"v": "npm version patch --force",
"V": "npm version minor --force",
"version": "git add -A",
"postversion": "git push"
},
"version": "3.2.21"
}