-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 875 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
{
"name": "wemore",
"version": "0.6.2",
"description": "A more awesome library for Belkin WeMo interactions",
"main": "index.js",
"scripts": {
"test": "cd test && mocha *js"
},
"repository": {
"type": "git",
"url": "http://github.com/dhleong/wemore"
},
"bin": {
"wemore-toggle": "./bin/wemore-toggle"
},
"keywords": [
"belkin",
"wemo"
],
"author": "Daniel Leong (https://github.com/dhleong)",
"contributors": [
"Timo Göbel (https://github.com/TimoGbl)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/dhleong/wemore/issues"
},
"homepage": "https://github.com/dhleong/wemore",
"dependencies": {
"ip": "^1.1.5",
"lodash": "^4.17.15",
"node-ssdp": "^2.9.1",
"q": "^1.5.1",
"request": "^2.88.0",
"uuid": "^3.3.2",
"xml2js": "^0.4.23",
"xmlbuilder": "^9.0.7"
}
}