clap-detector
Version:
Clap detection for node js (linux, raspberry systems)
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "clap-detector",
"version": "0.5.3",
"description": "Clap detection for node js (linux, raspberry systems)",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build:watch & node lib/demo",
"build:watch": "npx babel --watch -d lib src",
"build": "npx babel -d lib src"
},
"repository": {
"type": "git",
"url": "http://git@github.com/tom-s/clapDetector.git"
},
"keywords": [
"node",
"js",
"clap",
"trigger",
"detection",
"sox",
"alsa",
"microphone",
"raspberry",
"raspbian"
],
"author": "tom-s",
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"bugs": {
"url": "https://github.com/tom-s/clapDetector/issues"
},
"homepage": "https://github.com/tom-s/clapDetector#readme",
"dependencies": {
"app-root-path": "2.1.0",
"lodash": "4.17.21"
},
"devDependencies": {
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/preset-env": "7.13.10"
}
}