forked from bendi/node-mpg123n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 879 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
{
"name": "mpg123n",
"description": "NodeJS native bindings to mpg123 'control_generic' command line interface.",
"keywords": [
"mpg123",
"mp3",
"mpeg",
"mpg",
"encode",
"decode",
"bindings"
],
"version": "0.0.23",
"author": "Marek Będkowski <marek@bedkowski.pl> (http://thejsteam.com)",
"repository": {
"type": "git",
"url": "git://github.com/bendi/node-mpg123n.git"
},
"main": "./index.js",
"dependencies": {
"bindings": "*",
"debug": "*",
"nan": "^2.4.0",
"node-pre-gyp": "^0.6.29"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build"
},
"bundledDependencies": [
"node-pre-gyp"
],
"binary": {
"module_name": "bindings",
"module_path": "./build/Release",
"host": "https://mpg123n.s3-us-west-2.amazonaws.com",
"remote_path": "./{configuration}/"
}
}