Skip to content

Commit f9dbb94

Browse files
author
Bevis Halperry
committed
init
0 parents  commit f9dbb94

File tree

4,912 files changed

+718207
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,912 files changed

+718207
-0
lines changed

Diff for: bower.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "p5project",
3+
"dependencies": {
4+
"p5js": "latest"
5+
}
6+
}

Diff for: bower_components/p5js/.bower.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "p5.js",
3+
"main": "lib/p5.min.js",
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+
"keywords": [
10+
"javascript",
11+
"p5",
12+
"processing"
13+
],
14+
"license": "LGPL",
15+
"version": "0.5.6",
16+
"_release": "0.5.6",
17+
"_resolution": {
18+
"type": "version",
19+
"tag": "0.5.6",
20+
"commit": "fc0359901d55debd2aeba0d83bd803d9b786c527"
21+
},
22+
"_source": "https://github.com/lmccart/p5.js-release.git",
23+
"_target": "*",
24+
"_originalSource": "p5js"
25+
}

Diff for: bower_components/p5js/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

Diff for: bower_components/p5js/bower.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "p5.js",
3+
"main": "lib/p5.min.js",
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+
"keywords": [
10+
"javascript",
11+
"p5",
12+
"processing"
13+
],
14+
"license": "LGPL"
15+
}

0 commit comments

Comments
 (0)