node-red-contrib-adxl-vibration-fft
Version:
Node-RED nodes for Analog Devices' ADXL series FFT(Fast Fourier Transform) stream data parser
85 lines (84 loc) • 2.17 kB
JSON
{
"name": "node-red-contrib-adxl-vibration-fft",
"version": "3.1.0",
"description": "Node-RED nodes for Analog Devices' ADXL series FFT(Fast Fourier Transform) stream data parser",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/CANDY-LINE/node-red-contrib-adxl-vibration-fft.git"
},
"author": "Daisuke Baba <baba.daisuke@gmail.com>",
"bugs": {
"url": "https://github.com/CANDY-LINE/node-red-contrib-adxl-vibration-fft/issues"
},
"scripts": {
"build": "gulp build",
"test": "NODE_ENV=development gulp test",
"lint": "gulp lint",
"clean": "gulp clean",
"prepare": "gulp build"
},
"os": [
"!win32"
],
"homepage": "https://github.com/CANDY-LINE/node-red-contrib-adxl-vibration-fft#readme",
"keywords": [
"node-red",
"Vibration Sensor",
"ADXL1001",
"ADXL1002",
"ADXL356",
"EMQuest-VA",
"Fast Fourier Transform",
"FFT",
"Analog Devices",
"UQUEST, LTD.",
"Raspberry Pi",
"ASUS TinkerBoard",
"CANDY RED",
"CANDY EGG"
],
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"chai": "^4.3.4",
"del": "^2.2.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.3",
"gulp-cli": "^2.3.0",
"gulp-header": "^2.0.9",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.0",
"gulp-manifest": "^0.1.1",
"gulp-mocha": "^5.0.0",
"gulp-noop": "^1.0.1",
"gulp-resources": "^0.5.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^2.0.0",
"gulp-yaml": "^1.0.1",
"jshint": "^2.13.0",
"jshint-stylish": "^2.2.1",
"mocha": "^5.0.4",
"sinon": "^4.5.0",
"supertest": "^3.4.2"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
},
"dependencies": {
"debug": "^4.3.1",
"hexdump-nodejs": "^0.1.0",
"serialport": "^9.2.0",
"source-map-support": "^0.5.19"
},
"node-red": {
"nodes": {
"adxl-fft": "dist/adxl-fft.js"
}
}
}