forked from CESARBR/knot-cloud-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 2.86 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "meshblu-server",
"description": "communications platform and api for iot",
"version": "1.18.4",
"author": "Octoblu, Inc.",
"dependencies": {
"@octoblu/redis-ns": "^0.1.1",
"JSONStream": "~0.9.0",
"async": "^0.9.0",
"bcrypt": "^0.8.1",
"body-parser": "^1.14.1",
"circular": "^1.0.5",
"coap": "~0.8.0",
"coffee-script": "^1.10.0",
"commander": "^2.3.0",
"cors": "^2.7.1",
"crypto-js": "*",
"debug": "^2.1.1",
"dotenv": "^4.0.0",
"elasticsearch": "~4.0.2",
"eventemitter2": "^0.4.14",
"express": "^4.13.3",
"express-meshblu-healthcheck": "^1.0.1",
"fakeredis": "^0.3.4",
"faye-websocket": "^0.9.4",
"jsep": "0.3.0",
"jsonschema": "^1.1.1",
"limitus": "^1.0.3",
"lodash": "^3.9.3",
"meshblu": "^1.30.1",
"meshblu-config": "^2.2.0",
"meshblu-core-job-manager": "^1.2.2",
"moment": "~2.8.4",
"mongojs": "^2.3.0",
"morgan": "^1.6.1",
"mosca": "~0.31.0",
"mqtt": "~0.3.13",
"msgpack-js": "^0.3.0",
"nedb": "~0.10.11",
"node-uuid": "~1.4.1",
"qs": "^0.6.6",
"redis": "~0.10.3",
"request": "~2.40.0",
"simple-benchmark": "^1.0.7",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"socket.io-emitter": "^0.2.0",
"socket.io-redis": "^0.1.4",
"splunk-sdk": "^1.7.1",
"uuid": "^2.0.1",
"when": "~3.4.4",
"winston": "^0.8.3",
"winston-elasticsearch": "^0.1.1",
"winston-splunk": "^0.1.0"
},
"optionalDependencies": {
"airbrake": "^0.3.8",
"geoip-lite": "^1.1.3",
"hiredis": "^0.4.1",
"mdns": "^2.2.0"
},
"subdomain": "skynet",
"domains": [
"skynet.im"
],
"scripts": {
"start": "node ${NODE_FLAGS} server.js --http --mqtt --coap",
"integration-test": "./run-integration-tests.sh",
"test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul",
"lint": "eslint ."
},
"pre-commit": [
"lint"
],
"main": "server.js",
"devDependencies": {
"chai": "^3.3.0",
"coffee-coverage": "^0.6.3",
"coffee-script": "^1.10.0",
"config": "^1.29.0",
"eslint": "4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"fakeredis": "^0.3.4",
"istanbul": "^0.3.20",
"meshblu-http": "^3.7.0",
"meshblu-mqtt": "^3.1.0",
"meshblu-socket.io": "^3.1.0",
"meshblu-websocket": "^2.0.4",
"mocha": "^2.3.3",
"mocha-istanbul": "^0.2.0",
"node-mocks-http": "^1.5.0",
"pre-commit": "^1.2.2",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"yargs": "^10.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/octoblu/meshblu.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/meshblu/issues"
},
"homepage": "https://github.com/octoblu/meshblu"
}