forked from jishi/node-sonos-http-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 KB
/
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": "sonos-http-api",
"version": "1.6.9",
"description": "A simple node app for controlling a Sonos system with basic HTTP requests",
"scripts": {
"start": "node server.js",
"lint": "eslint lib"
},
"author": "Jimmy Shimizu <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/jishi/node-sonos-http-api.git"
},
"dependencies": {
"anesidora": "^1.2.0",
"aws-sdk": "^2.1299.0",
"basic-auth": "~1.1.0",
"fuse.js": "^6.4.1",
"html-entities": "^1.2.1",
"json5": "^0.5.1",
"mime": "^1.4.1",
"music-metadata": "^1.1.0",
"node-static": "^0.7.9",
"request-promise": "~1.0.2",
"sonos-discovery": "https://github.com/jishi/node-sonos-discovery/archive/v1.7.3.tar.gz",
"wav-file-info": "0.0.8",
"elevenlabs-node": "2.0.1"
},
"engines": {
"node": ">=4.0.0",
"npm": "^2.0.0"
},
"main": "lib/sonos-http-api.js",
"license": "MIT",
"devDependencies": {
"eslint": "^4.8.0",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.7.0"
}
}