-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 859 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
{
"name": "ableton-push-canvas-display",
"version": "1.0.1",
"description": "send contents of a canvas 2d context to the Ableton Push 2 display",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "node examples/simple-anim.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/halfbyte/ableton-push-canvas-display.git"
},
"engines": {
"nodejs": ">=8.0.0"
},
"keywords": [
"music",
"hardware",
"usb"
],
"author": "Jan Krutisch <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/halfbyte/ableton-push-canvas-display/issues"
},
"homepage": "https://github.com/halfbyte/ableton-push-canvas-display#readme",
"dependencies": {
"usb": "^1.3.3"
},
"devDependencies": {
"canvas": "^1.6.11"
}
}