-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 949 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
34
35
36
{
"name": "ManuvrHostBridge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bluetooth-serial-port": "^1.2.4",
"chalk": "^1.1.1",
"cli-table": "^0.3.1",
"crypto-js": "^3.1.6",
"dissolve": "^0.3.3",
"eddystone-beacon": "^1.0.5",
"lodash": "*",
"lodash.merge": "^4.3.1",
"machina": "^1.1.2",
"noble": "^1.3.0",
"npm": "^6.7.0",
"prompt": "^0.2.14",
"request": "^2.69.0",
"serialport": "^2.0.5",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"stream-browserify": "^2.0.1",
"telehash": "*"
},
"devDependencies": {
"eslint": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docgen": "jsdoc -d ./doc/ cliClient.js `find ./lib -type f \\( -name \\*.js \\)`",
"stats": "find ./lib -type f \\( -name \\*.js \\) -exec wc -l {} +"
},
"author": "Manuvr, Inc",
"license": "ISC"
}