-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 926 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
{
"name": "playcontrol-player",
"version": "0.0.2",
"description": "nodejs player module",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)",
"testbrowser": "(npmts --browser)"
},
"repository": {
"type": "git",
"url": "https://github.com/PlayControl/playcontrol-player.git"
},
"keywords": [
"mp3",
"flac",
"cli",
"audio",
"player",
"cli player"
],
"author": "Phil Kunz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PlayControl/playcontrol-player/issues"
},
"dependencies": {
"aac": "^0.1.2",
"alac": "^0.1.0",
"async": "2.0.0-rc.1",
"av": "0.4.8",
"beautylog": "^3.1.2",
"flac.js": "0.2.1",
"gulp": "3.9.1",
"mp3": "^0.1.0",
"musicmetadata": "2.0.2",
"ogg.js": "^0.1.0",
"path-parse": "^1.0.5",
"q": "^1.4.1"
},
"devDependencies": {
"npmts": "^3.5.0"
}
}