forked from Granjow/launchpad-mini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 964 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
{
"name": "launchpad-mini",
"version": "2.3.1",
"license": "MIT",
"author": {
"name": "Simon A. Eugster",
"email": "simon.eu@gmail.com",
"url": "http://granjow.net/"
},
"files": [
"examples",
"img",
"lib",
"launchpad-mini.js",
"*.md"
],
"main": "./launchpad-mini.js",
"bin": {
"launchpad-mini-print-buttons": "./examples/print-selected-buttons.js"
},
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git@github.com: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": "^1.0.0"
},
"engines": {
"node": ">=5.0.0"
},
"devDependencies": {
"@types/jasmine": "^2.6.0",
"jasmine": "^2.4.1",
"jasmine-console-reporter": "^2.0.1"
}
}