forked from Adeptive/SoundTouch-NodeJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 720 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 720 Bytes
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
{
"name": "soundtouch",
"version": "5.0.0",
"description": "Bose SoundTouch node js API",
"main": "discovery.js",
"scripts": {
"test": "make test"
},
"author": "CONNCTED",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
},
"dependencies": {
"express": "^4.16.4",
"mdns": "^2.4.0",
"net": "^1.0.2",
"request": "^2.88.0",
"require-fu": "^1.0.0",
"websocket": "^1.0.28",
"xml2json": "^0.11.2"
},
"keywords": [
"soundtouch",
"bose"
],
"repository": {
"type": "git",
"url": "git://github.com/CONNCTED/SoundTouch-NodeJS.git"
},
"bugs": {
"url": "http://github.com/CONNCTED/SoundTouch-NodeJS/issues"
}
}