-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
45 lines (45 loc) · 918 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
40
41
42
43
44
45
{
"name": "fauxmojs",
"version": "1.0.2",
"description": "Fake WeMo device ported to NodeJS. Allows Alexa to make api calls.",
"main": "lib/index.js",
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcchas/fauxmojs.git"
},
"keywords": [
"alexa",
"nodejs",
"node",
"javascript",
"wemo",
"fauxmo",
"fauxmojs",
"iot",
"raspberry",
"pi"
],
"author": "David Sandor",
"license": "ISC",
"bugs": {
"url": "https://github.com/dsandor/fauxmojs/issues"
},
"homepage": "https://github.com/dsandor/fauxmojs#readme",
"dependencies": {
"aguid": "^1.0.4",
"async": "^2.1.4",
"boom": "^4.2.0",
"debug": "^2.6.0",
"hapi": "^16.1.0",
"lodash": "^4.17.3",
"q": "^1.4.1",
"uuid": "^3.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2"
}
}