forked from Schmavery/reprocessing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 860 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "reprocessing",
"version": "0.1.0",
"description": "Processing library for Reason",
"scripts": {
"build": "bsb -make-world -backend js",
"build:bytecode": "bsb -make-world -backend bytecode",
"build:native": "bsb -make-world -backend native",
"clean": "bsb -clean-world"
},
"dependencies": {
"Reasongl": "github:bsansouci/reasongl#17ece5a9540ff0b067c8fc0276e75adffcd64c45"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schmavery/reprocessing.git"
},
"homepage": "https://github.com/Schmavery/reprocessing#readme",
"bugs": "https://github.com/Schmavery/reprocessing/issues",
"keywords": [
"reason",
"processing",
"graphics",
"opengl",
"webgl"
],
"license": "MIT",
"author": "bsansouci & schmavery",
"devDependencies": {
"bsb-native": "4.0.6"
}
}