forked from PSeitz/yamaha-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 828 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": "yamaha-nodejs",
"version": "0.9.6",
"description": "An API to control your YAMAHA Receiver written in nodejs",
"main": "yamaha.js",
"dependencies": {
"bluebird": "^3.3.4",
"request": "^2.88.0",
"xml2js": "^0.4.16",
"debug": "^2.2.0",
"peer-ssdp": "0.0.5"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0"
},
"scripts": {
"test": "mocha mochatest"
},
"repository": {
"type": "git",
"url": "https://github.com/PSeitz/yamaha-nodejs.git"
},
"keywords": [
"yamaha",
"api",
"nodejs",
"node",
"receiver",
"network"
],
"author": "Pascal Seitz",
"license": "ISC",
"bugs": {
"url": "https://github.com/PSeitz/Yamaha-Network-API/issues"
},
"homepage": "https://github.com/PSeitz/Yamaha-Network-API"
}