-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 860 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
{
"name": "jack-connector",
"description": "Bindings JACK-Audio-Connection-Kit for Node.JS",
"version": "0.1.4",
"keywords": [
"jack",
"jackd",
"jack audio",
"bindings",
"jack audio connection kit"
],
"authors": [
{
"name": "Viacheslav Lotsmanov",
"nickname": "unclechu",
"email": "[email protected]",
"url": "http://unclechumind.blogspot.com"
}
],
"email": "[email protected]",
"license": "MIT",
"main": "build/Release/jack_connector.node",
"homepage": "http://github.com/unclechu/node-jack-connector",
"engines": {
"node": ">=0.9.0"
},
"scripts": {
"preinstall": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "http://github.com/unclechu/node-jack-connector.git"
},
"bugs": {
"url": "http://github.com/unclechu/node-jack-connector/issues"
},
"directories": {
"src": "./src"
}
}