-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "meshblu-connector-left-right-http",
"version": "3.1.6",
"main": "command.js",
"repository": "[email protected]:octoblu/meshblu-connector-left-right-http.git",
"author": "sqrtofsaturn <[email protected]>",
"license": "MIT",
"bin": {
"meshblu-connector-left-right-http": "command.js"
},
"scripts": {
"lint": "eslint .",
"start": "node command.js",
"test": "mocha",
"test:watch": "mocha --growl --watch"
},
"dependencies": {
"async": "^2.5.0",
"debug": "^2.6.8",
"lodash": "^4.17.4",
"meshblu-config": "^8.0.1",
"meshblu-firehose-socket.io": "^4.0.2",
"meshblu-http": "^10.0.4",
"request": "^2.81.0",
"ws": "^3.0.0"
},
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^4.1.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-node": "^5.1.0",
"mocha": "^3.4.2",
"portfinder": "^1.0.13",
"shmock": "^0.8.1",
"sinon": "^2.3.5",
"sinon-chai": "^2.11.0"
}
}