Skip to content

Commit 624ed6e

Browse files
author
lauren mccarthy
committed
Merge branch 'master' of github.com:lmccart/p5.js
2 parents a7d11e5 + ef4fb59 commit 624ed6e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "p5.js",
3+
"version": "0.3.6",
4+
"main": "lib/p5.min.js",
5+
"homepage": "http://p5js.org/",
6+
"authors": [
7+
"Lauren lmccart McCarthy"
8+
],
9+
"description": "A JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing.",
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

Comments
 (0)