-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 934 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
{
"name": "yamaha-receiver-api",
"version": "1.0.2",
"description": "Stand up a RESTful service using Express and NodeJS (primarily) to interact with a Yamaha Home Theater Receiver.",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"dependencies": {
"command-line-args": "^5.0.2",
"express": "^4.18.2",
"ip": "^1.1.5",
"log4js": "^6.4.0",
"network-list": "^1.1.5",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"xml-js": "^1.6.8"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cps5155/yamaha-receiver-api.git"
},
"author": "Chris S",
"license": "MIT",
"bugs": {
"url": "https://github.com/cps5155/yamaha-receiver-api/issues"
},
"homepage": "https://github.com/cps5155/yamaha-receiver-api#readme"
}