wavetape
Version:
Measure distances using your mobile device's microphone and speaker
31 lines (30 loc) • 664 B
JSON
{
"name": "wavetape",
"version": "0.2.3",
"description": "Measure distances using your mobile device's microphone and speaker",
"homepage": "https://github.com/syntheticore/wavetape",
"author": {
"email": "syntheticore@gmail.com",
"name": "Björn Breitgoff"
},
"main": "wavetape.js",
"bugs": {
"url": "https://github.com/syntheticore/wavetape/issues"
},
"dependencies": {
"eakwell": "^0.2.3"
},
"keywords": [
"ultrasonic",
"measure",
"distance",
"radar",
"proximity",
"range"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/syntheticore/wavetape.git"
}
}