-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.01 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "mongoose-os-rpc",
"version": "0.2.0",
"description": "Node.js implementation of Mongoose OS' RPC protocol",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Petar Georgiev (http://www.pgeorgiev.com",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"defaults": "^1.0.3",
"dict": "^1.4.0",
"mqtt": "^2.13.0",
"request": "^2.83.0",
"uuid": "^3.1.0",
"ws": "^3.2.0"
},
"maintainers": [
{
"name": "Petar",
"email": "[email protected]"
}
],
"keywords": [
"rpc",
"mongoose-os",
"http",
"websocket",
"mqtt",
"ws",
"util",
"utility",
"esp8266"
],
"engines": {
"node": ">= 4"
},
"files": [
"lib/",
"index.js"
],
"repository" :
{
"type" : "git",
"url" : "https://github.com/PKGeorgiev/mongoose-os-rpc"
},
"bugs": {
"url": "https://github.com/PKGeorgiev/mongoose-os-rpc/issues"
}
}