-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
50 lines (50 loc) · 1020 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "launchpad-mini",
"version": "2.4.0",
"license": "MIT",
"author": {
"name": "Simon A. Eugster",
"email": "[email protected]",
"url": "http://granjow.net/"
},
"files": [
"examples",
"img",
"lib",
"launchpad-mini.js",
"*.md",
"types"
],
"main": "./launchpad-mini.js",
"bin": {
"launchpad-mini-print-buttons": "./examples/print-selected-buttons.js"
},
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "[email protected]:Granjow/launchpad-mini.git"
},
"bugs": {
"url": "https://github.com/Granjow/launchpad-mini/issues"
},
"homepage": "https://github.com/Granjow/launchpad-mini",
"keywords": [
"launchpad",
"novation",
"midi"
],
"dependencies": {
"midi": "^2.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"types": "./types/launchpad-mini.d.ts",
"devDependencies": {
"@types/jasmine": "^4.3.1",
"jasmine": "^4.5.0",
"jasmine-console-reporter": "^3.1.0"
}
}