-
Notifications
You must be signed in to change notification settings - Fork 182
/
Copy pathpackage.json
33 lines (33 loc) · 939 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
{
"name": "meshblu-server",
"version": "5.3.5",
"description": "A bundled version of meshblu-core",
"main": "dist/meshblu-core-runner.js",
"repository": {
"url": "[email protected]:octoblu/meshblu.git",
"type": "git"
},
"bin": {
"meshblu": "./command.js"
},
"scripts": {
"start": "node command.js",
"start:profile": "node --trace-sync-io command.js",
"test": "./test-start.sh --test-start",
"build": "coffee --compile --output dist/ --map src/*.coffee"
},
"author": "Octoblu, Inc <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "^2.5.0",
"coffee-script": "^1.12.7",
"dashdash": "^1.14.0",
"debug": "^3.1.0",
"meshblu-core-dispatcher": "^20.1.5",
"meshblu-core-firehose-socket.io": "^2.0.1",
"meshblu-core-protocol-adapter-http": "^6.1.3",
"meshblu-core-worker-webhook": "^4.1.8",
"sigterm-handler": "^2.0.0",
"uuid": "^3.1.0"
}
}