We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975d150 commit 516de3bCopy full SHA for 516de3b
bower.json
@@ -0,0 +1,23 @@
1
+{
2
+ "name": "p5.js",
3
+ "version": "0.3.6",
4
+ "homepage": "http://p5js.org/",
5
+ "authors": [
6
+ "Lauren lmccart McCarthy"
7
+ ],
8
+ "description": "A JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing.",
9
+ "main": "p5.min.js",
10
+ "keywords": [
11
+ "javascript",
12
+ "p5",
13
+ "processing"
14
15
+ "license": "LGPL",
16
+ "ignore": [
17
+ "**/.*",
18
+ "node_modules",
19
+ "bower_components",
20
+ "test",
21
+ "tests"
22
+ ]
23
+}
0 commit comments