forked from octoblu/meshblu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.95 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
{
"name": "meshblu-server",
"description": "communications platform and api for iot",
"version": "1.1.1",
"author": "Octoblu, Inc.",
"engines": {
"node": ">=0.6"
},
"dependencies": {
"JSONStream": "~0.9.0",
"async": "^0.9.0",
"bcrypt": "^0.8.1",
"coap": "~0.8.0",
"coffee-script": "^1.8.0",
"commander": "^2.3.0",
"debug": "^2.1.1",
"elasticsearch": "~2.4.0",
"lodash": "^2.4.1",
"moment": "~2.8.1",
"mongojs": "~0.13.1",
"mosca": "~0.25.1",
"mqtt": "~0.3.13",
"msgpack-js": "^0.3.0",
"nedb": "~0.10.11",
"node-static": "~0.7.6",
"node-uuid": "~1.4.1",
"qs": "~0.6.6",
"redis": "~0.10.3",
"request": "~2.40.0",
"restify": "~2.8.3",
"skynet": "1.5.0",
"socket.io": "^1.2.1",
"socket.io-emitter": "^0.2.0",
"socket.io-redis": "^0.1.4",
"splunk-sdk": "^1.6.0",
"tokenthrottle": "~1.1.0",
"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",
"mdns": "^2.2.0",
"mocha-blink1-reporter": "^0.2.0",
"mocha-multi": "^0.6.0",
"newrelic": "^1.13.0",
"nodetime": "^0.8.15"
},
"subdomain": "skynet",
"domains": [
"skynet.im"
],
"scripts": {
"start": "node ${NODE_FLAGS} server.js --http --mqtt",
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec"
},
"main": "server.js",
"devDependencies": {
"chai": "^1.10.0",
"codeclimate-test-reporter": "0.0.4",
"istanbul": "^0.3.5",
"mocha": "^2.1.0",
"mocha-istanbul": "^0.2.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
},
"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"
}