forked from justinlatimer/node-midi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.02 KB
/
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": "midi",
"version": "v0.9.2",
"scripts": {
"test": "mocha test/unit-tests.js && node test/virtual-loopback-test-automated.js"
},
"main": "midi.js",
"description": "MIDI hardware IO",
"author": {
"name": "Justin Latimer",
"email": "justinlatimer@gmail.com",
"url": "http://www.justinlatimer.com/"
},
"contributors": [
{
"name": "Elijah Insua",
"email": "tmpvar@gmail.com"
},
{
"name": "Andrew Morton",
"email": "drewish@katherinehouse.com"
},
{
"name": "Luc Deschenaux",
"email": "luc.deschenaux@freesurf.ch"
},
{
"name": "Michael Alyn Miller",
"email": "malyn@strangegizmo.com"
},
{
"name": "Hugo Hromic"
}
],
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"bindings": "~1.2.1",
"nan": "~1.6.0"
},
"devDependencies": {
"mocha": ">= 2.1.0",
"should": ">= 5.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/justinlatimer/node-midi.git"
}
}