Skip to content

Commit e4a5e0f

Browse files
committed
Added package.json
1 parent 5615692 commit e4a5e0f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "p5.js-compatibility",
3+
"version": "0.0.0",
4+
"description": "Compatibility addons to support p5.js 1.x features in p5.js 2.0",
5+
"main": "",
6+
"files": [
7+
"src/*"
8+
],
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/processing/p5.js-compatibility.git"
12+
},
13+
"author": "",
14+
"license": "LGPL-2.1",
15+
"bugs": {
16+
"url": "https://github.com/processing/p5.js-compatibility/issues"
17+
},
18+
"homepage": "https://github.com/processing/p5.js-compatibility#readme"
19+
}

0 commit comments

Comments
 (0)