Skip to content

Commit ef4fb59

Browse files
author
Lauren McCarthy
committed
Merge pull request #372 from fabiantheblind/master
adding bower manifest
2 parents 6981688 + bd12af7 commit ef4fb59

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)