-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
27 lines (23 loc) · 896 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
{ "name": "simplejack"
, "description": "Native module for simple JACK audio clients."
, "keywords": ["jack", "realtime", "audio", "jackd", "jackaudio"]
, "version": "0.0.2"
, "homepage": "https://github.com/jmendeth/simplejack"
, "author": "Xavier Mendez <[email protected]>"
, "maintainers": [ "Xavier Mendez <[email protected]>"
]
, "contributors": [ "Xavier Mendez <[email protected]>"
]
, "main": "build/Release/simplejack"
, "engines": { "node": ">= 0.10" }
, "directories": { "src": "src"
, "doc": "doc"
}
, "repository": { "type": "git"
, "url": "https://github.com/jmendeth/simplejack.git"
}
, "bugs": { "url": "https://github.com/jmendeth/simplejack/issues" }
, "licenses": [ { "type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php" }
]
}