forked from sandeepmistry/node-eddystone-beacon-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 830 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
{
"name": "eddystone-beacon-scanner",
"version": "3.0.0",
"description": "Scan for Eddystone beacon's using Node.js",
"main": "index.js",
"scripts": {
"pretest": "jshint *.js lib/*.js examples/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sandeepmistry/node-eddystone-beacon-scanner.git"
},
"keywords": [
"Eddystone",
"Beacon",
"Physical Web"
],
"author": "Sandeep Mistry <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandeepmistry/node-eddystone-beacon-scanner/issues"
},
"homepage": "https://github.com/sandeepmistry/node-eddystone-beacon-scanner",
"devDependencies": {
"jshint": "^2.7.0"
},
"dependencies": {
"debug": "^2.1.3",
"noble": "^1.1.0",
"eddystone-url-encoding": "^1.0.0"
}
}