-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 948 Bytes
/
package.json
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
33
34
35
36
37
38
{
"name": "quadratura",
"version": "0.1.3",
"description": "A sample app for the Quadratura project",
"main": "index.js",
"scripts": {
"start": "node sketch.js",
"display": "node sketch.js",
"example": "node sketch-example.js",
"clean": "rm -rf ./output/*"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/CooperUnion/quadratura-playground.git"
},
"keywords": [
"node",
"python",
"raspberry",
"pi"
],
"author": "Erin Sparling",
"license": "ISC",
"bugs": {
"url": "https://github.com/CooperUnion/quadratura-playground/issues"
},
"homepage": "https://github.com/CooperUnion/quadratura-playground#readme",
"dependencies": {
"buffer-to-data-url": "^1.0.0",
"canvas": "^2.9.1",
"canvas-to-buffer": "^2.0.0",
"image-data-uri": "^2.0.1",
"node-canvas": "^2.9.0",
"node-p5": "^1.0.4",
"python-shell": "^3.0.1"
}
}